UNPKG

superhash

Version:

HashMap that supports using one or more keys of any type.

12 lines (10 loc) 169 B
module.exports = { tests: { 'arr': function(){ var container = [0,1]; }, 'obj': function() { var container = {keys: 0, values: 1}; } } }