UNPKG

path-existed-or-create

Version:
5 lines (4 loc) 134 B
declare module "path-existed-or-create" { function pathExistedOrCreate(path: string): void; export default pathExistedOrCreate; }