UNPKG

solid-ui

Version:

UI library for writing Solid read-write-web applications

11 lines (7 loc) 298 B
"use strict"; // Namespaces we commonly use and have common prefixes for around Solid // var solidNamespace = require('solid-namespace'); // Delegate to this which takes RDFlib as param. var $rdf = require('rdflib'); module.exports = solidNamespace($rdf); // ends //# sourceMappingURL=ns.js.map