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:
e87628101b
Branches
Tags
master
NN2022100801
/
addons
/
admin
/
node_modules
/
@antv
/
util
/
esm
/
is-plain-object.d.ts
is-plain-object.d.ts
92 B
Verlauf
Originalformat
1
2
declare const isPlainObject: (value: any) => value is object;
export default isPlainObject;