1.0.1 • Published 10 months ago

amazing-prime-library v1.0.1

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

amazing-prime-library

amazing-prime-library is a library that checks whether a number is a prime number or not

Installation

npm install amazing-prime-library

Example:

const isPrime = require("amazing-prime-library");
console.log("Is 17 a prime number: " + isPrime(17));

Have Fun! 😊

1.0.1

10 months ago

1.0.0

10 months ago