printer-notifications/node_modules/eslint-plugin-svelte/lib/utils/regexp.d.ts

5 lines
144 B
TypeScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
export declare function toRegExp(string: string): {
test(s: string): boolean;
};
export declare function isRegExp(string: string): boolean;