UNPKG

dav

Version:

WebDAV, CalDAV, and CardDAV client for nodejs and the browser

16 lines (13 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = debug; function debug(topic) { return function (message) { if (debug.enabled) { console.log("[" + topic + "] " + message); } }; } module.exports = exports["default"];