UNPKG

@tscc/tscc

Version:

A typescript transpiler and bundler that wires up tsickle and closure compiler seamlessly

4 lines (3 loc) 122 B
export default class PartialMap<K, V extends {}> extends Map<K, Partial<V>> { set(key: K, value: Partial<V>): this; }