UNPKG

solid-ui

Version:

UI library for writing Solid read-write-web applications

14 lines (9 loc) 420 B
"use strict"; // This module of solid-ui has a main quadstore for the app to use // var rdf = require('rdflib'); var store = module.exports = rdf.graph(); // Make a Quad store rdf.fetcher(store); // Attach a web I/O module, store.fetcher store.updater = new rdf.UpdateManager(store); // Add real-time live updates store.updater console.log('Unique quadstore initialized.'); // ends //# sourceMappingURL=store.js.map