UNPKG
@bemedev/cli-test
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
A library for testing CLI libraries (INCEPTION !!)
github.com/chlbri/cli-test
chlbri/cli-test
@bemedev/cli-test
/
lib
/
extension.utils.d.ts
4 lines
•
262 B
TypeScript
View Raw
1
2
3
4
export
declare
const
name =
"@bemedev/cli-setupFs"
;
export
declare
const
getSetupFiles
:
(
prevSetupFiles
:
string
[],
_setupFiles
:
string
[]
) =>
Promise
<
string
[]>;
export
declare
const
requirePath
:
() =>
Promise
<
string
>;
//# sourceMappingURL=extension.utils.d.ts.map