1.0.3 • Published 9 months ago

isthiszero v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Is This Zero?

npm npm

Is This Zero?

Installation

Install the library via npm:

npm install isthiszero

Example

import { IsThisZero } from 'isthiszero';

const checker = new IsThisZero();

const values = [0, '0', 1, '1', null, undefined, 'zero', 10, '', 'शून्य'];

values.forEach((value) => {
    const result = checker.isthiszero(value);
    console.log(`Value: ${value}, Is this zero? ${result}`);
});

Contributing

Please submit issues or pull requests via GitHub.

License

This project is licensed under the MIT License. See the LICENSE file for details.

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago