Package Exports
- digital-root
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 (digital-root) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
digital-root 
Calculate the digital root of a number.
Install
$ npm install --save digital-rootUsage
var digitalRoot = require('digital-root');
digitalRoot(65536);
//=> 7License
MIT © Andreas Gillström