Package Exports
- greatest-common-divisor
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (greatest-common-divisor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
greatest-common-divisor
Computes the greatest common divisor
Install
$ npm i -g greatest-common-divisorUsage
import gcd from 'greatest-common-divisor'
gcd(12, 18) // 6