method Collection.prototype.mapRe-exportimport { Collection } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.ts"; map<T>(callback: (value: V, key: K) => T)Type ParametersTParameterscallback: (value: V, key: K) => T