lincd-jsonld
Version:
Utilities to parse and write JSON-LD for the LINCD library
12 lines • 435 B
JavaScript
/* @license
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
import './types.js';
import './utils/JSONLDWriter.js';
import './utils/JSONLD.js';
import './utils/JSONWriter.js';
import './utils/JSONParser.js';
// import './ontologies/jsonld.js';
//# sourceMappingURL=index.js.map