UNPKG

@types/contains-path

Version:
15 lines (12 loc) 293 B
export = containsPath; declare function containsPath( filepath: string, substr: string, options?: containsPath.Options, ): boolean; declare namespace containsPath { interface Options { nocase?: boolean | undefined; partialMatch?: boolean | undefined; } }