Revision 5663fe9a2c5019ef86d9ee8c0deca7c868882c7e authored by Eric Prud'hommeaux on 16 January 2023, 08:08:36 UTC, committed by Eric Prud'hommeaux on 16 January 2023, 08:08:36 UTC
1 parent 4f9d16b
Raw File
shex.js
var ShEx = {
  // Parser:       require('@shexjs/parser'),
  // ShapeMapParser: require('shape-map').Parser,
  // ShapeMap:     require('shape-map'),
  // Util:         require('@shexjs/util'),
  // Validator:    require('@shexjs/validator'),
  // Node:       require('@shexjs/node'),
  // Writer:       require('@/shexjs/writer'),
  // 'eval-simple-1err':     require('@shexjs/eval-simple-1err'),
  // 'eval-threaded-nerr': require('@shexjs/eval-threaded-nerr'),
  N3:           require('n3'),
};

if (typeof require !== 'undefined' && typeof exports !== 'undefined')
  module.exports = ShEx;

back to top