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