0.1.10 • Published 2 years ago

@onekuma/map v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@onekuma/map

version

OneKuma map library.

pnpm i @onekuma/map

Usage

import { ImMap } from '@onekuma/map'

const map = ImMap.of({ a: 1, b: 2, c: 3 })

for (const [k, v] of map) {
  console.log(`${k} => ${v}`)
}

License

MIT License © 2023 XLor

0.1.10

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago