UNPKG

msw

Version:

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

7 lines (5 loc) 146 B
/** * Determines if the given value is an object. */ declare function isObject(value: any): value is Record<string, any>; export { isObject };