UNPKG
@sinedied/mini-scraper
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.1
1.4.0
Artwork scraper for handheld emulators.
github.com/sinedied/mini-scraper
sinedied/mini-scraper
@sinedied/mini-scraper
/
lib
/
file.d.ts
3 lines
(2 loc)
•
134 B
TypeScript
View Raw
1
2
3
export
declare
function
pathExists
(
targetPath
:
string
):
Promise
<
boolean
>;
export
declare
function
sanitizeName
(
name
:
string
):
string
;