DefinitelyTyped/types/is-dotdir/index.d.ts
2018-12-25 02:27:31 +01:00

9 lines
299 B
TypeScript

// Type definitions for is-dotdir 1.0
// Project: https://github.com/jonschlinkert/is-dotdir
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = isDotdir;
declare function isDotdir(path: string): boolean;