This website requires JavaScript.
Explore
Help
Sign In
projectmoon
/
tenebrous-dicebot
Watch
1
Star
0
Fork
You've already forked tenebrous-dicebot
1
Code
Issues
12
Pull Requests
1
Projects
Releases
10
Wiki
Activity
9b8d5dd2ea
tenebrous-dicebot
/
api
/
node_modules
/
yargs
/
lib
/
is-promise.js
4 lines
96 B
JavaScript
Raw
Blame
History
module
.
exports
=
function
isPromise
(
maybePromise
)
{
return
maybePromise
instanceof
Promise
}
Reference in New Issue
View Git Blame
Copy Permalink