UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

11 lines 295 B
export declare class IdManager<KeyType extends string> { idMap: Map<KeyType, { id: string; setCount: number; getCount: number; }>; constructor(); set(key: KeyType): string; get(key: KeyType): string; } //# sourceMappingURL=IdManager.d.ts.map