1.0.0 • Published 9 years ago

get-prime-factors v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

get-prime-factors

Get prime factors.

Installation

npm install get-prime-factors --save

Usage

import getPrimeFactors from 'get-prime-factors';
getPrimeFactors(91); // [7,13]
getPrimeFactors(127381); // [17,59,127]

Tests

npm test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 1.0.0 Initial release