UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

7 lines (6 loc) 212 B
export declare class TypeExportContext { readonly refs: Map<string, "mentioned" | "visited">; mentionRef(ref: string): void; nextMentionedRef(): string | undefined; visitRef(ref: string): void; }