This website works better with JavaScript.
Home
Help
| Lab Instances |
Register
Sign In
Lefteris
/
readmongo
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Description
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6
Commits
1
Branch
0
Tags
39 MiB
Tree:
8b767d3c7f
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8b767d3c7f'
${ noResults }
readmongo
/
node_modules
/
yargs
/
build
/
lib
/
is-promise.d.ts
2 lines
96 B
Raw
Normal View
History
docker
4 years ago
export
declare
function
isPromise
<
T
>
(
maybePromise
:
T
|
Promise
<
T
>
)
:
maybePromise
is
Promise
<
T
>
;