UNPKG
@santerzet/botkit
Version:
latest (0.1.0)
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
CLI for Discord Bot
@santerzet/botkit
/
dist
/
functions
/
FileExists.d.ts
2 lines
(1 loc)
•
73 B
TypeScript
View Raw
1
2
export
declare
function
fileExists
(
filePath
:
string
):
Promise
<
boolean
>;