This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
lovecoding
/
web0715
Pridať medzi pozorované
10
Hviezda
0
Fork
0
Súbory
Issues
0
Wiki
Strom:
19908db53a
Branche
Tagy
master
web0715
/
webpack
/
demo1
/
node_modules
/
isobject
/
index.d.ts
index.d.ts
97 B
História
Raw
1
2
3
4
5
export = isObject;
declare function isObject(val: any): boolean;
declare namespace isObject {}