UNPKG
@ionic/utils-fs
Version:
beta (2.0.0-beta.3)
latest (3.1.7)
testing (3.1.7-testing.0)
3.1.7
3.1.7-testing.0
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.3-testing.0
2.0.2
2.0.1
2.0.0
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.2.0
1.1.1
1.1.0
1.0.0
0.1.0-testing.e70f2d6e
0.1.0-testing.abd665ba
0.1.0-testing.73b2b888
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Filesystem utils for Node
ionicframework.com
ionic-team/ionic-cli
@ionic/utils-fs
/
dist
/
safe.d.ts
5 lines
(4 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="node" />
import
*
as
fs
from
'fs-extra'
;
export
declare
function
stat
(
p
:
string
):
Promise
<fs.
Stats
|
undefined
>;
export
declare
function
readdir
(
dir
:
string
):
Promise
<
string
[]>;