UNPKG

@types/is-weakref

Version:
4 lines (2 loc) 88 B
declare function isWeakRef(value: unknown): value is WeakRef<any>; export = isWeakRef;