mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-29 17:07:07 +08:00
9 lines
287 B
TypeScript
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;
|