UNPKG

msw

Version:

Seamless REST/GraphQL API mocking library for browser and Node.js.

7 lines (5 loc) 125 B
/** * Determines if the given value is an object. */ declare function isObject(value: any): boolean; export { isObject };