primes-and-factors
module with functions relating to the prime factors of a positive integer
is-number-object
Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-number
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.