UNPKG

@bluemath/topo

Version:
6 lines (5 loc) 124 B
export declare class IDManager { static idmap: any; static init(): void; static genId(label: string): number; }