UNPKG

msw

Version:

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

7 lines 215 B
function hasRefCounted(value) { return typeof Reflect.get(value, "ref") === "function" && typeof Reflect.get(value, "unref") === "function"; } export { hasRefCounted }; //# sourceMappingURL=hasRefCounted.mjs.map