@@ -14,16 +14,20 @@ const b = ZZ.from( '-302940923028393' ) ;
14
14
a .mul ( b ).toString ( ) ; // '-903954021577363596419770144565091'
15
15
```
16
16
17
- [ ![ License] ( https://img.shields.io/github/license/aureooms/js-integer.svg?style=flat )] ( https://raw.githubusercontent.com/aureooms/js-integer/master/LICENSE )
18
- [ ![ NPM version] ( https://img.shields.io/npm/v/@aureooms/js-integer.svg?style=flat )] ( https://www.npmjs.org/package/@aureooms/js-integer )
19
- [ ![ Build Status] ( https://img.shields.io/travis/aureooms/js-integer.svg?style=flat )] ( https://travis-ci.org/aureooms/js-integer )
20
- [ ![ Coverage Status] ( https://img.shields.io/coveralls/aureooms/js-integer.svg?style=flat )] ( https://coveralls.io/r/aureooms/js-integer )
21
- [ ![ Dependencies Status] ( https://img.shields.io/david/aureooms/js-integer.svg?style=flat )] ( https://david-dm.org/aureooms/js-integer#info=dependencies )
22
- [ ![ devDependencies Status] ( https://img.shields.io/david/dev/aureooms/js-integer.svg?style=flat )] ( https://david-dm.org/aureooms/js-integer#info=devDependencies )
23
- [ ![ Code Climate] ( https://img.shields.io/codeclimate/github/aureooms/js-integer.svg?style=flat )] ( https://codeclimate.com/github/aureooms/js-integer )
24
- [ ![ NPM downloads per month] ( https://img.shields.io/npm/dm/@aureooms/js-integer.svg?style=flat )] ( https://www.npmjs.org/package/@aureooms/js-integer )
25
- [ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-integer.svg?style=flat )] ( https://github.com/aureooms/js-integer/issues )
17
+ [ ![ License] ( https://img.shields.io/github/license/aureooms/js-integer.svg )] ( https://raw.githubusercontent.com/aureooms/js-integer/master/LICENSE )
18
+ [ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-integer.svg )] ( https://www.npmjs.org/package/@aureooms/js-integer )
19
+ [ ![ Build] ( https://img.shields.io/travis/aureooms/js-integer/master.svg )] ( https://travis-ci.org/aureooms/js-integer/branches )
20
+ [ ![ Dependencies] ( https://img.shields.io/david/aureooms/js-integer.svg )] ( https://david-dm.org/aureooms/js-integer )
21
+ [ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms/js-integer.svg )] ( https://david-dm.org/aureooms/js-integer?type=dev )
22
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-integer.svg )] ( https://github.com/aureooms/js-integer/issues )
23
+ [ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-integer.svg )] ( https://www.npmjs.org/package/@aureooms/js-integer )
24
+
25
+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms/js-integer.svg )] ( https://codeclimate.com/github/aureooms/js-integer/issues )
26
+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms/js-integer.svg )] ( https://codeclimate.com/github/aureooms/js-integer/trends/churn )
27
+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-integer/master.svg )] ( https://codecov.io/gh/aureooms/js-integer )
28
+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms/js-integer.svg )] ( https://codeclimate.com/github/aureooms/js-integer/trends/technical_debt )
26
29
[ ![ Documentation] ( https://aureooms.github.io/js-integer/badge.svg )] ( https://aureooms.github.io/js-integer/source.html )
30
+ [ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-integer )] ( https://bundlephobia.com/result?p=@aureooms/js-integer )
27
31
28
32
## Children
29
33
0 commit comments