UNPKG

tripledoc

Version:

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

10 lines (9 loc) 197 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getValue; function getValue({ value }) { return value; } module.exports = exports["default"];