isPlainObj.d.ts 70 B

1234
  1. declare function isPlainObj(val: any): boolean;
  2. export = isPlainObj;