UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

9 lines (6 loc) 184 B
var test = require("tape") var cache = require("../index") test("continuable-cache is a function", function (assert) { assert.equal(typeof cache, "function") assert.end() })