UNPKG

node-request-interceptor

Version:

Low-level HTTP/HTTPS/XHR request interception library for NodeJS

5 lines (4 loc) 120 B
/** * Determines if a given value is an instance of object. */ export declare function isObject(value: any): boolean;