UNPKG

jsonld

Version:

A JSON-LD Processor and API implementation in JavaScript.

8 lines (6 loc) 177 B
/* * Copyright (c) 2017 Digital Bazaar, Inc. All rights reserved. */ 'use strict'; // TODO: move `NQuads` to its own package module.exports = require('rdf-canonize').NQuads;