UNPKG

rdflib

Version:

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

14 lines (13 loc) 167 B
/** * A Dummy log * @module log */ const log = { debug (x) {}, warn (x) {}, info (x) {}, error (x) {}, success (x) {}, msg (x) {}, } export default log