Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/web_bson/src/regexp.ts>BSONRegExpExtended

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
interface BSONRegExpExtended
import { type BSONRegExpExtended } from "https://deno.land/x/web_bson@v0.2.5/src/regexp.ts";

Properties

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