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
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.