toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.fs
/
existsAsync
exists
Async
fun
existsAsync
(
path
:
PathLike
)
:
Promise
<
Boolean
>
(
source
)
Returns
true
if the path exists,
false
otherwise.