UNPKG

@eggjs/tegg-common-util

Version:
4 lines (3 loc) 99 B
export declare class MapUtil { static getOrStore<K, V>(map: Map<K, V>, key: K, value: V): V; }