is-plain-object.d.ts 48 Bytes Raw Blame History Permalink 1 export function isPlainObject(o: any): boolean;