UNPKG

@types/is-negated-glob

Version:
10 lines (9 loc) 237 B
declare function isNegatedGlob(pattern: string): isNegatedGlob.Result; declare namespace isNegatedGlob { interface Result { negated: boolean; original: string; pattern: string; } } export = isNegatedGlob;