aggregated-map
v1.0.4
Published
aggregated Map out of several base maps
Readme
aggregated-map
aggregated Map out of several base maps.
import { AggregatedMap } from "aggregated-map";
const am = new AggregatedMap([new Map([["m1",1]]), new Map([["m2",2]])]);
am.get('m1'); // -> 1
am.get('m2'); // -> 2
API
install
With npm do:
npm install aggregated-maplicense
BSD-2-Clause
