Skip to main content
Module

x/mongo/mod.ts>Bson.BSONRegExpExtended

MongoDB driver for Deno
Very Popular
Go to Latest
interface Bson.BSONRegExpExtended
import { type Bson } from "https://deno.land/x/mongo@v0.32.0/mod.ts";
const { BSONRegExpExtended } = Bson;

Properties

$regularExpression: { pattern: string; options: string; }