quick-is-prime
Test if a number is prime in constant time, using a cached Sieve of Eratosthenes.
@mia-cx/isprime
yet another isprime package with caching.
computes prime numbers using trial division.
prime-fun
Suite for testing primality, finding primes, and finding prime k-tuples
snappy-utils
A lightweight and efficient JavaScript utility library packed with commonly used helper functions like capitalize, debounce, deepClone, flattenArray, isPrime, and more. Ideal for developers who want a simple yet powerful toolkit to streamline everyday cod