UNPKG

@bahulneel/rdflib

Version:

an RDF library for node.js. Suitable for client and server side.

21 lines (19 loc) 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** * A Dummy log * @module log */ var log = { debug: function debug(x) {}, warn: function warn(x) {}, info: function info(x) {}, error: function error(x) {}, success: function success(x) {}, msg: function msg(x) {} }; var _default = log; exports.default = _default;