UNPKG

146 BTypeScriptView Raw
1declare module 'matcher' {
2 export function isMatch(
3 input: string, pattern: string, options?: {caseSensitive: boolean}):
4 boolean;
5}