UNPKG

dav

Version:

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

8 lines (7 loc) 150 B
export default function debug(topic) { return function(message) { if (debug.enabled) { console.log(`[${topic}] ${message}`); } }; }