UNPKG
@lpc-lang/core
Version:
latest (1.1.43)
1.1.43
1.1.39
1.1.38
1.1.36
1.1.35
1.1.33
1.1.31
1.1.30
1.1.29
1.1.27
1.1.26
1.1.2-5.2
1.1.2-5.1
LPC Language Compiler Library
github.com/jlchmura/lpc-language-server
jlchmura/lpc-language-server
@lpc-lang/core
/
harness
/
harnessIO.d.ts
4 lines
•
164 B
TypeScript
View Raw
1
2
3
4
export
declare
function
listFiles
(
path
:
string
,
spec
:
RegExp
|
undefined
,
options
?: { recursive?:
boolean
; }
):
string
[];
//# sourceMappingURL=harnessIO.d.ts.map