UNPKG
perf-insight
Version:
latest (2.0.1)
2.0.1
2.0.0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
Performance benchmarking tool for NodeJS.
github.com/streetsidesoftware/perf-insight
perf-insight
/
dist
/
findFiles.d.mts
7 lines
•
243 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
interface
FindFileOptions
{
onlyFiles
?:
boolean
;
cwd
?:
string
;
excludes
?:
string
[]; }
export
declare
function
findFiles
(
globs
:
string
[],
options
?:
FindFileOptions
):
Promise
<
string
[]>;
//# sourceMappingURL=findFiles.d.mts.map