UNPKG
@harboor/core
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
github.com/harboorio/core
harboorio/core
@harboor/core
/
dist
/
file-finder
/
index.d.ts
3 lines
(2 loc)
•
187 B
TypeScript
View Raw
1
2
3
export
declare
function
fileFinder
(
possibleFileNames
:
string
[],
possiblePaths
:
string
[]
):
Promise
<
string
|
null
>;
export
declare
function
verifyFile
(
_filepath
:
string
):
Promise
<
boolean
>;