UNPKG
@ibm/sourceorbit
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.11.2
0.11.1
0.11.0
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.1
0.8.0
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.8
0.5.7
0.5.6
IBM i dependency management tool
ibm.github.io/sourceorbit/
@ibm/sourceorbit
/
dist
/
src
/
readFileSystem.d.ts
7 lines
(6 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
ReadFileSystem
{
constructor
(
);
getFiles
(
cwd
:
string
,
globPath
?:
string
,
additionalOpts
?:
any
):
Promise
<
string
[]>;
readFile
(
filePath
:
string
):
Promise
<
string
>;
exists
(
filePath
:
string
):
Promise
<
boolean
>; }