is-plain-object.d.ts 48 B

1
  1. export function isPlainObject(o: any): boolean;