• File: index.d.ts
  • Full Path: /var/www/sandbox/node_modules/is-weakref/index.d.ts
  • Date Modified: 02/20/2025 6:17 PM
  • File size: 104 bytes
  • MIME-type: text/plain
  • Charset: utf-8
declare function isWeakRef<T extends WeakKey>(value: unknown): value is WeakRef<T>;

export = isWeakRef;