primexpr

1.1.1 • Public • Published

primexpr

NPM Build Status NPM

Check if number is prime using only RegExp!

Why?

https://iluxonchik.github.io/regular-expression-check-if-number-is-prime/

Usage

Get the package via NPM: npm install primexpr.

const isPrime = require('primexpr');
 
const PRIME = 10007;
console.log(isPrime(PRIME)); //true
 
const NOT_PRIME = 6;
console.log(isPrime(NOT_PRIME)); //false

This package is so awesome! How can I help?

😂

Package Sidebar

Install

npm i primexpr

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

2.52 kB

Total Files

5

Last publish

Collaborators

  • igogo5yo
  • kami4ka