Skip to content

A custom JavaScript type "OrderedDict" that acts like a dictionary via its "put" and "get" methods with an additional "getItems" method and returns a list of key-value pairs in the order in which the keys were added.

Notifications You must be signed in to change notification settings

battouly/JavaScript-OrderedDict-type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

JavaScript-OrderedDict-type

A custom JavaScript type "OrderedDict" that acts like a dictionary via its "put" and "get" methods with an additional "getItems" method and returns a list of key-value pairs in the order in which the keys were added.

About

A custom JavaScript type "OrderedDict" that acts like a dictionary via its "put" and "get" methods with an additional "getItems" method and returns a list of key-value pairs in the order in which the keys were added.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published