isPlainObj.d.ts 70 B

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