UNPKG

this-is-zero

Version:
6 lines (5 loc) 181 B
const path = require('path') const sound = require('sound-play') module.exports = maybeZero => { if (maybeZero === 0) sound.play(`${__dirname}${path.sep}thisiszero.mp3`) }