a zip code crypto-currency system good for red ONLY

123456789
  1. var test = require("tape")
  2. var cache = require("../index")
  3. test("continuable-cache is a function", function (assert) {
  4. assert.equal(typeof cache, "function")
  5. assert.end()
  6. })