UNPKG

@types/is-dotfile

Version:
23 lines (16 loc) 686 B
# Installation > `npm install --save @types/is-dotfile` # Summary This package contains type definitions for is-dotfile (https://github.com/jonschlinkert/is-dotfile). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-dotfile. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-dotfile/index.d.ts) ````ts export = isDotfile; declare function isDotfile(path: string): boolean; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 03:09:37 GMT * Dependencies: none # Credits These definitions were written by [BendingBender](https://github.com/BendingBender).