prototyped.js
Common typescript ready prototypes available in both CommonJS and ECMAScript
primes-and-factors
module with functions relating to the prime factors of a positive integer
integer-sequences
Functional library for precise access to integer sequences such as prime numbers, square numbers, triangle numbers, etc
fast-prime
Fastest Prime Number Calculation logic for nodejs and browser (checks, random generator, prime range generator, primes count generator, summation of primes, factorial of primes)