File: index.d.ts

package info (click to toggle)
node-is-plain-object 2.0.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: javascript: 41; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (2)
1
2
3
4
5
export = isPlainObject;

declare function isPlainObject(o: any): boolean;

declare namespace isPlainObject {}