@sudoo/marked
Version:
JavaScript & TypeScript code runner in JavaScript, safe with marked territory, asynchronous
13 lines (12 loc) • 319 B
TypeScript
/**
* @author WMXPY
* @namespace Variable_SandLiteral
* @description RegExp
*/
export declare class SandLiteralRegExp {
static create(pattern: string, flagsString: string): SandLiteralRegExp;
private readonly _pattern;
private readonly _flags;
private constructor();
toNativeRegExp(): RegExp;
}