UNPKG

@donverduyn/react-runtime

Version:
5 lines (4 loc) 288 B
import type { ScopeId } from '@/types'; export declare function devSeenKey(parentCumHash: number | 'root', declId: string, instId: string): string; export declare function devSeenCheck(scopeId: ScopeId, key: string): boolean; export declare function devSeenClear(scopeId: ScopeId): void;