this-is-zero

1.0.1 • Public • Published

this-is-zero

This is Zerrooooo!

alt text

Description

How you ever needed a quick and easy tool to find out if a number is 0 during debugging? Wait no more, this tool enables playing a sound to you so you will never again miss if a number is zero.

Install

npm install this-is-zero

Usage

const thisIsZero = require('this-is-zero')

const zero = 42 - 23 - 19
const notZero = 42 - 23

thisIsZero(zero) // plays sound :)
thisIsZero(notZero) // plays no sound :(

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i this-is-zero

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    90.1 kB

    Total Files

    6

    Last publish

    Collaborators

    • gorgos