UNPKG

98 BTypeScriptView Raw
1export interface Ref<T> {
2 current: T;
3}
4export declare function isRef(obj: unknown): boolean;