{"version":3,"sources":["../../../../src/core/utils/internal/hasRefCounted.ts"],"sourcesContent":["export function hasRefCounted<T extends object>(\n  value: T,\n): value is T & NodeJS.RefCounted {\n  return (\n    typeof Reflect.get(value, 'ref') === 'function' &&\n    typeof Reflect.get(value, 'unref') === 'function'\n  )\n}\n"],"mappings":"AAAO,SAAS,cACd,OACgC;AAChC,SACE,OAAO,QAAQ,IAAI,OAAO,KAAK,MAAM,cACrC,OAAO,QAAQ,IAAI,OAAO,OAAO,MAAM;AAE3C;","names":[]}