1.0.3 • Published 9 months ago
isthiszero v1.0.3
Is This Zero?
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.