UNPKG

@samlevy/string-helpers

Version:
10 lines (9 loc) 248 B
/** * Converts a path string with wildcards (e.g. `*.example.com`) to a regular expression. * * @param str * @param start * @param end */ declare const _default: (str: string, start?: string, end?: string) => RegExp; export default _default;