UNPKG

msw

Version:

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

7 lines 167 B
function isObject(value) { return value != null && typeof value === "object" && !Array.isArray(value); } export { isObject }; //# sourceMappingURL=isObject.mjs.map