This website requires JavaScript.
Explore
Help
Sign In
LumeWeb
/
bigint-crypto-utils
Watch
1
Star
0
Fork
You've already forked bigint-crypto-utils
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4e52ea75e6
bigint-crypto-utils
/
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