is-thirteen
Number matcher
A utility function to determine if a given number matches certain mathematical criteria related to 13.
Check if a number is equal to 13.
6k stars
37 watching
487 forks
Language: JavaScript
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jonschlinkert/is-number | Utility function to check if a value is a number or string representation of a number | 262 |
jestjs/jest | A comprehensive testing solution for JavaScript projects | 44,353 |
parshap/js-is-integer | A polyfill implementation of the ES2015 Number.isInteger function in JavaScript | 12 |
adamwdraper/numeral-js | A JavaScript library for formatting and manipulating numbers | 9,672 |
felipernb/algorithms.js | A comprehensive collection of algorithms and data structures implemented in JavaScript | 3,727 |
validatorjs/validator.js | A library of string validators and sanitizers. | 23,192 |
dylang/npm-check | Automates dependency checks and updates for JavaScript projects | 6,588 |
mikemcl/bignumber.js | A JavaScript library for high-precision decimal and non-decimal arithmetic | 6,734 |
jepsen-io/jepsen | A framework for testing distributed systems with fault injection to ensure correctness and reliability. | 6,886 |
sindresorhus/is-observable | Tool to check if a value is an Observable | 40 |
sindresorhus/npm-name-cli | Checks package or organization name availability on npm | 286 |
kulshekhar/ts-jest | A Jest transformer that enables testing of TypeScript projects | 6,990 |
sindresorhus/string-length | Corrects string length counting by ignoring astral symbols and ANSI escape codes. | 163 |
jshint/jshint | A tool that scans JavaScript code to detect common errors and potential problems | 8,986 |
sindresorhus/ow | A validation library for JavaScript functions and variables. | 3,813 |