UNPKG

@rdf-esm/data-model

Version:

A basic implementation of the RDFJS Data Model

7 lines (5 loc) 111 B
const { run } = require('mocha') import('../index.js').then(rdf => { require('./index.cjs')(rdf) run() })