File: index.d.ts

package info (click to toggle)
node-is-dotfile 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 180 kB
  • sloc: javascript: 64; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
// Type definitions for is-dotfile 2.0
// Project: https://github.com/jonschlinkert/is-dotfile
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = isDotfile;

declare function isDotfile(path: string): boolean;