UNPKG

mpd-api

Version:

MPD api module for Node.js

6 lines (4 loc) 146 B
'use strict' const debug = require('debug') const pkg = require('../package.json').name exports = module.exports = tag => debug(`${pkg}:${tag}`)