UNPKG

@cloudbase/js-sdk

Version:
15 lines (14 loc) 366 B
export declare class RegExp { $regex: string; $options: string; constructor({ regexp, options }: { regexp: any; options: any; }); parse(): { $regex: string; $options: string; }; get _internalType(): import("../utils/symbol").InternalSymbol; } export declare function RegExpConstructor(param: any): RegExp;