This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
waibao
/
NN2022100801
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
323c2f1633
Branches
Tags
master
NN2022100801
/
addons
/
admin
/
node_modules
/
@antv
/
util
/
lib
/
is-object-like.d.ts
is-object-like.d.ts
90 B
Verlauf
Originalformat
1
2
declare const isObjectLike: (value: any) => value is object;
export default isObjectLike;