Skip to content

essdot/mapmaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'})

About

Make Maps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published