1.0.2 • Published 10 months ago

is-prime-by-eric v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Is Prime

Check if a number is a prime number

Installation:

npm install is-prime-by-eric

Example:

const isPrime = require("is-prime-by-eric");
console.log("Is 17 a prime number: " + isPrime(17));

Have Fun 😁😁

1.0.2

10 months ago

1.0.0

10 months ago