|
1 |
| -# which-typed-array <sup>[![Version Badge][2]][1]</sup> |
| 1 | +# which-typed-array <sup>[![Version Badge][npm-version-svg]][package-url]</sup> |
2 | 2 |
|
3 |
| -[![Build Status][3]][4] |
4 |
| -[![dependency status][5]][6] |
5 |
| -[![dev dependency status][7]][8] |
| 3 | +[![github actions][actions-image]][actions-url] |
| 4 | +[![coverage][codecov-image]][codecov-url] |
| 5 | +[![dependency status][deps-svg]][deps-url] |
| 6 | +[![dev dependency status][dev-deps-svg]][dev-deps-url] |
6 | 7 | [![License][license-image]][license-url]
|
7 | 8 | [![Downloads][downloads-image]][downloads-url]
|
8 | 9 |
|
9 |
| -[![npm badge][11]][1] |
| 10 | +[![npm badge][npm-badge-png]][package-url] |
10 | 11 |
|
11 | 12 | Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
|
12 | 13 |
|
@@ -52,16 +53,18 @@ assert.equal('BigUint64Array', whichTypedArray(new BigUint64Array()));
|
52 | 53 | ## Tests
|
53 | 54 | Simply clone the repo, `npm install`, and run `npm test`
|
54 | 55 |
|
55 |
| -[1]: https://npmjs.org/package/which-typed-array |
56 |
| -[2]: http://versionbadg.es/inspect-js/which-typed-array.svg |
57 |
| -[3]: https://travis-ci.org/inspect-js/which-typed-array.svg |
58 |
| -[4]: https://travis-ci.org/inspect-js/which-typed-array |
59 |
| -[5]: https://david-dm.org/inspect-js/which-typed-array.svg |
60 |
| -[6]: https://david-dm.org/inspect-js/which-typed-array |
61 |
| -[7]: https://david-dm.org/inspect-js/which-typed-array/dev-status.svg |
62 |
| -[8]: https://david-dm.org/inspect-js/which-typed-array#info=devDependencies |
63 |
| -[11]: https://nodei.co/npm/which-typed-array.png?downloads=true&stars=true |
64 |
| -[license-image]: http://img.shields.io/npm/l/which-typed-array.svg |
| 56 | +[package-url]: https://npmjs.org/package/which-typed-array |
| 57 | +[npm-version-svg]: https://versionbadg.es/inspect-js/which-typed-array.svg |
| 58 | +[deps-svg]: https://david-dm.org/inspect-js/which-typed-array.svg |
| 59 | +[deps-url]: https://david-dm.org/inspect-js/which-typed-array |
| 60 | +[dev-deps-svg]: https://david-dm.org/inspect-js/which-typed-array/dev-status.svg |
| 61 | +[dev-deps-url]: https://david-dm.org/inspect-js/which-typed-array#info=devDependencies |
| 62 | +[npm-badge-png]: https://nodei.co/npm/which-typed-array.png?downloads=true&stars=true |
| 63 | +[license-image]: https://img.shields.io/npm/l/which-typed-array.svg |
65 | 64 | [license-url]: LICENSE
|
66 |
| -[downloads-image]: http://img.shields.io/npm/dm/which-typed-array.svg |
67 |
| -[downloads-url]: http://npm-stat.com/charts.html?package=which-typed-array |
| 65 | +[downloads-image]: https://img.shields.io/npm/dm/which-typed-array.svg |
| 66 | +[downloads-url]: https://npm-stat.com/charts.html?package=which-typed-array |
| 67 | +[codecov-image]: https://codecov.io/gh/inspect-js/which-typed-array/branch/main/graphs/badge.svg |
| 68 | +[codecov-url]: https://app.codecov.io/gh/inspect-js/which-typed-array/ |
| 69 | +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/which-typed-array |
| 70 | +[actions-url]: https://github.com/inspect-js/which-typed-array/actions |
0 commit comments