lincd-jsonld
Version:
Utilities to parse and write JSON-LD for the LINCD library
14 lines • 522 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/* @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/.
*/
require("./types.js");
require("./utils/JSONLDWriter.js");
require("./utils/JSONLD.js");
require("./utils/JSONWriter.js");
require("./utils/JSONParser.js");
// import './ontologies/jsonld.js';
//# sourceMappingURL=index.js.map