Files
conference-room-booking-system/frontend/node_modules/is-weakref/index.d.ts

3 lines
104 B
TypeScript
Raw Normal View History

declare function isWeakRef<T extends WeakKey>(value: unknown): value is WeakRef<T>;
export = isWeakRef;