2.1.5 • Published 10 years ago

mapmaker v2.1.5

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
10 years ago

mapmaker - make maps

mapmaker gives you a nicer interface for making Maps, so you can pass a plain object instead of the arrays of 2 the default implementation accepts.

Using

// default implementation
new Map([['key', 'val'], ['greeting', 'hi']])

// mapmaker
mapmaker({key: 'val', greeting: 'hi'})
2.1.5

10 years ago

2.1.4

10 years ago

2.1.3

10 years ago

2.1.2

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago