UNPKG

@qiniu/miku-delivery-mp-ks

Version:

Kuaishou Mini Program SDK for Miku Delivery

11 lines (10 loc) 259 B
let enabled = false; export function getDebug(namespace) { return (...args) => { if (enabled) console.debug(`[${namespace}] [${(Date.now() / 1000).toFixed(3)}]`, ...args); }; } export function enableDebug() { enabled = true; }