UNPKG

340 BTypeScriptView Raw
1// Type definitions for safe-regex 1.1
2// Project: https://github.com/davisjam/safe-regex
3// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export = safe_regex;
7declare function safe_regex(re: string | RegExp, opts?: { limit?: number | undefined }): boolean;