Skip to content

Commit 8ee1d8f

Browse files
committed
standard
1 parent 7e13e7f commit 8ee1d8f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
# typedarray-to-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][npm-url]
2-
3-
#### Convert a typed array to a [Buffer](https://github.com/feross/buffer) without a copy.
4-
5-
[![saucelabs][saucelabs-image]][saucelabs-url]
1+
# typedarray-to-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
62

73
[travis-image]: https://img.shields.io/travis/feross/typedarray-to-buffer/master.svg
84
[travis-url]: https://travis-ci.org/feross/typedarray-to-buffer
95
[npm-image]: https://img.shields.io/npm/v/typedarray-to-buffer.svg
106
[npm-url]: https://npmjs.org/package/typedarray-to-buffer
117
[downloads-image]: https://img.shields.io/npm/dm/typedarray-to-buffer.svg
8+
[downloads-url]: https://npmjs.org/package/typedarray-to-buffer
9+
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
10+
[standard-url]: https://standardjs.com
11+
12+
#### Convert a typed array to a [Buffer](https://github.com/feross/buffer) without a copy.
13+
14+
[![saucelabs][saucelabs-image]][saucelabs-url]
15+
1216
[saucelabs-image]: https://saucelabs.com/browser-matrix/typedarray-to-buffer.svg
1317
[saucelabs-url]: https://saucelabs.com/u/typedarray-to-buffer
1418

0 commit comments

Comments
 (0)