UNPKG
suf-node
Version:
latest (1.3.3)
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
node utility functions.
github.com/TheRealSyler/suf-node
TheRealSyler/suf-node
suf-node
/
lib
/
fsUtils.d.ts
6 lines
(5 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Returns an array with all the file names in the given directory */
export
declare
function
Walk
(
dir
:
string
):
Promise
<
string
[]>;
export
declare
function
Exits
(
path
:
string
):
Promise
<
boolean
>;