UNPKG

tune-basic-toolset

Version:
12 lines (10 loc) 183 B
module.exports = async function(node, args, ctx) { if (! node) { return node } return { ...node, type: "text", read : async () => ctx.read(node.fullname) } }