Can be managed using yarn, npm, or jspm.
yarn add @number-theoretic/primes
npm install @number-theoretic/primes --save
jspm install npm:@number-theoretic/primes
```js const primes = await import('@number-theoretic/primes'); // or import * as primes from '@number-theoretic/primes';
More examples in the test files.