UNPKG

superhash

Version:

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

9 lines (6 loc) 184 B
var sinon = require('sinon'); var chai = require('chai'); var sinonChai = require('sinon-chai'); global.should = chai.should(); global.sinon = require('sinon'); chai.use(sinonChai);