isthiszero
v1.0.3
Published
Is This Zero?
Downloads
7
Readme
Is This Zero?
Is This Zero?
Installation
Install the library via npm:
npm install isthiszeroExample
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.
