UNPKG

@textlint/regexp-string-matcher

Version:
6 lines (5 loc) 176 B
export declare const parseRegExpString: (str: string) => { source: string; flagString: string; } | null; export declare const isRegExpString: (str: string) => boolean;