UNPKG

1.55 kBMarkdownView Raw
1# @analyz/convert
2
3[![npm version][badge-npm-version]][url-npm]
4[![npm download monthly][badge-npm-download-monthly]][url-npm]
5[![npm download total][badge-npm-download-total]][url-npm]
6[![npm dependents][badge-npm-dependents]][url-github]
7[![npm license][badge-npm-license]][url-npm]
8[![pp install size][badge-pp-install-size]][url-pp]
9[![github commit last][badge-github-last-commit]][url-github]
10[![github commit total][badge-github-commit-count]][url-github]
11
12[//]: <> (Shields)
13
14[badge-npm-version]: https://flat.badgen.net/npm/v/@analyz/convert
15
16[badge-npm-download-monthly]: https://flat.badgen.net/npm/dm/@analyz/convert
17
18[badge-npm-download-total]:https://flat.badgen.net/npm/dt/@analyz/convert
19
20[badge-npm-dependents]: https://flat.badgen.net/npm/dependents/@analyz/convert
21
22[badge-npm-license]: https://flat.badgen.net/npm/license/@analyz/convert
23
24[badge-pp-install-size]: https://flat.badgen.net/packagephobia/install/@analyz/convert
25
26[badge-github-last-commit]: https://flat.badgen.net/github/last-commit/hoyeungw/analyz
27
28[badge-github-commit-count]: https://flat.badgen.net/github/commits/hoyeungw/analyz
29
30[//]: <> (Link)
31
32[url-npm]: https://npmjs.org/package/@analyz/convert
33
34[url-pp]: https://packagephobia.now.sh/result?p=@analyz/convert
35
36[url-github]: https://github.com/hoyeungw/analyz
37
38##### A function that return the sole parameter itself
39
40#### Install
41
42```console
43$ npm install @analyz/oneself
44```
45
46#### Usage
47
48```js
49import { convert } from '@analyz/convert'
50
51convert() // undefined
52```
53
54#### Meta
55
56[LICENSE (MIT)](LICENSE)