Files
DefinitelyTyped/types/glob-parent/index.d.ts
2017-11-12 11:49:13 +03:00

9 lines
287 B
TypeScript

// Type definitions for glob-parent 3.1
// Project: https://github.com/es128/glob-parent
// Definitions by: mrmlnc <https://github.com/mrmlnc>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function globParent(pattern: string): string;
export = globParent;