UNPKG

420 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.isZeroDocs = void 0;
7var isZeroDocs = {
8 name: 'isZero',
9 category: 'Utils',
10 syntax: ['isZero(x)'],
11 description: 'Test whether a value is zero.',
12 examples: ['isZero(2)', 'isZero(0)', 'isZero(-4)', 'isZero([3, 0, -2, 0])'],
13 seealso: ['isInteger', 'isNumeric', 'isNegative', 'isPositive']
14};
15exports.isZeroDocs = isZeroDocs;
\No newline at end of file