a zip code crypto-currency system good for red ONLY

iterator-kinds.js 112B

123456
  1. 'use strict';
  2. module.exports = function (t, a) {
  3. a.deep(t, { key: true, value: true, 'key+value': true });
  4. };