1.0.1 • Published 10 months ago

is-prime-by-uziel v1.0.1

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

README - Is Prime

Check if a number is a prime number

Installation

npm install is-prime-by-uziel

Example

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

HAVE FUN ☺

1.0.1

10 months ago

1.0.0

10 months ago