UNPKG

rdflib

Version:

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

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