UNPKG

duoyun-ui

Version:

A lightweight desktop UI component library, implemented using Gem

8 lines 292 B
export declare class StringWeakMap<T extends WeakKey> { #private; set(key: string, val: T): void; get(key: string): T | undefined; findKey(val: T): string | undefined; [Symbol.iterator](): Generator<readonly [string, T], void, unknown>; } //# sourceMappingURL=map.d.ts.map