This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
zhangjy
/
FKJ-HHArome
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
0369300e46
Ramos
Etiquetas
expirationDate
master
vertical
新增访客历史
FKJ-HHArome
/
node_modules
/
yargs
/
build
/
lib
/
is-promise.d.ts
is-promise.d.ts
96 B
Histórico
Em bruto
1
export
declare
function
isPromise
<
T
>(
maybePromise: T |
Promise
<T>
):
maybePromise
is
Promise
<
T
>
;