Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @number-theoretic/primes

npm

npm install @number-theoretic/primes --save

jspm

jspm install npm:@number-theoretic/primes

Usage


```js
const primes = await import('@number-theoretic/primes');
// or
import * as primes from '@number-theoretic/primes';

Examples

More examples in the test files.