UNPKG
@types/is-dotfile
/
index.d.ts
Version:
2.0.0
2.0.1
2.0.2
72 B
TypeScript
View Raw
1
export
= isDotfile;
2
3
declare
function
isDotfile
(
path:
string
):
boolean
;