UNPKG

knip

Version:

Find unused files, dependencies and exports in your TypeScript and JavaScript projects

4 lines (3 loc) 265 B
export declare const toRegexOrString: (value: string | RegExp) => string | RegExp; export declare const findMatch: (haystack: undefined | (string | RegExp)[], needle: string) => string | RegExp | undefined; export declare const isIdChar: (text: string) => boolean;