UNPKG

msw

Version:

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

4 lines (2 loc) 119 B
declare function hasRefCounted<T extends object>(value: T): value is T & NodeJS.RefCounted; export { hasRefCounted };