UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

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