UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

5 lines (4 loc) 116 B
/** * Is the JS Object passed in truly just an object? */ export declare function isPlainObject(o: any): boolean;