UNPKG

@quinck/collections

Version:

Allows extra operations on JavaScript collections: Array, Map and Set.

7 lines (6 loc) 122 B
export {}; declare global { interface MapConstructor { create<K, V>(...entries: [K, V][]): Map<K, V>; } }