UNPKG

polymer-build

Version:
6 lines (5 loc) 146 B
declare module 'matcher' { export function isMatch( input: string, pattern: string, options?: {caseSensitive: boolean}): boolean; }