UNPKG

tripledoc

Version:

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

13 lines (12 loc) 254 B
module.exports = { parse: { prelude: function() { return this.createSingleNodeList( this.SelectorList() ); }, block: function() { return this.Block(true); } } };