We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sets value at key. 🏃 📼 📦 🌔
map.set$(x, k, v); // x: a map (updated) // k: key // v: value // --> x
const map = require('extra-map');