RVC_RULE1 / node_modules /is-plain-object /is-plain-object.d.ts
David Thomas
updated UI
77731d1
raw
history blame
48 Bytes
export function isPlainObject(o: any): boolean;