← Back
Editing: index.d.ts
export = isPlainObject; declare function isPlainObject(o: any): boolean; declare namespace isPlainObject {}
Save File
Cancel