This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
masif
/
quran
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Branch:
master
Branchit
Tagit
master
quran
/
node_modules
/
next
/
dist
/
lib
/
file-exists.d.ts
file-exists.d.ts
101 B
Pysyvä linkki
Historia
Raaka
1
export
declare
function
fileExists
(
fileName:
string
,
type
?: 'file' | 'directory'
):
Promise
<
boolean
>
;