Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 952 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 952 Bytes

is-prime

NPM version build status Test coverage npm download

.

Installation

$ npm i is-prime

Usage

import library from 'is-prime';

const result = library(args);
// result is ...

License

MIT