This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
masif
/
quran
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
quran
/
node_modules
/
next
/
dist
/
lib
/
file-exists.d.ts
file-exists.d.ts
101 B
Permalink
Cronologia
Originale
1
export
declare
function
fileExists
(
fileName:
string
,
type
?: 'file' | 'directory'
):
Promise
<
boolean
>
;