DefinitelyTyped/types/is-plain-obj/index.d.ts
2018-12-31 08:44:12 -08:00

9 lines
306 B
TypeScript

// Type definitions for is-plain-obj 1.1
// Project: https://github.com/sindresorhus/is-plain-obj
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = isPlainObj;
declare function isPlainObj(input: any): boolean;