UNPKG
path-existed-or-create
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
> For Nodejs only
github.com/sulfureux/path-existed-or-create
sulfureux/path-existed-or-create
path-existed-or-create
/
path-existed-or-create.d.ts
5 lines
(4 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
5
declare
module
"path-existed-or-create"
{
function
pathExistedOrCreate
(
path
:
string
):
void
;
export
default
pathExistedOrCreate; }