1.0.0 • Published 10 months ago

is-prime-tw v1.0.0

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

Example:

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

Get Primed!

1.0.0

10 months ago