UNPKG
this-is-zero
Version:
latest (1.0.1)
1.0.1
1.0.0
This is Zerrooooo!
github.com/gorgos/this-is-zero
gorgos/this-is-zero
this-is-zero
/
index.js
6 lines
(5 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
const
path =
require
(
'path'
)
const
sound =
require
(
'sound-play'
)
module
.
exports
=
maybeZero
=>
{
if
(maybeZero ===
0
) sound.
play
(
`
${__dirname}
${path.sep}
thisiszero.mp3`
) }