This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
chengnan
/
s202226701001
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
c2a2f69537
Ramos
Etiquetas
LMF
master
pt
yt
s202226701001
/
sever-test
/
node_modules
/
graphql
/
jsutils
/
PromiseOrValue.d.ts
PromiseOrValue.d.ts
56 B
Histórico
Em bruto
1
export declare type PromiseOrValue<T> = Promise<T> | T;