1.0.1 • Published 10 months ago

is-prime-by-rut v1.0.1

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-rut

Example:

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

Have Fun 💃

1.0.1

10 months ago

1.0.0

10 months ago