|
1 | | - |
2 | | - |
3 | 1 | # 🌊 defu |
4 | 2 |
|
5 | | -> Assign default properties, recursively. Lightweight and Fast! |
| 3 | +Assign default properties, recursively. Lightweight and Fast. |
6 | 4 |
|
7 | | -[![Standard JS][standard-src]][standard-href] |
8 | | -[![codecov][codecov-src]][codecov-href] |
9 | | -[![npm version][npm-v-src]][npm-v-href] |
10 | | -[![npm downloads][npm-dm-src]][npm-dm-href] |
11 | | -[![package phobia][packagephobia-src]][packagephobia-href] |
12 | | -[![bundle phobia][bundlephobia-src]][bundlephobia-href] |
| 5 | +[![npm version][npm-version-src]][npm-version-href] |
| 6 | +[![npm downloads][npm-downloads-src]][npm-downloads-href] |
| 7 | +[![bundle][bundle-src]][bundle-href] |
| 8 | +[![Codecov][codecov-src]][codecov-href] |
| 9 | +[![License][license-src]][license-href] |
13 | 10 |
|
14 | 11 | ## Install |
15 | 12 |
|
@@ -157,20 +154,13 @@ type Options = Defu<{ foo: 'bar' }, [{}, { bar: 'baz' }, { something: 42 }]> |
157 | 154 | MIT. Made with 💖 |
158 | 155 |
|
159 | 156 | <!-- Refs --> |
160 | | -[standard-src]: https://flat.badgen.net/badge/code%20style/standard/green |
161 | | -[standard-href]: https://standardjs.com |
162 | | - |
163 | | -[npm-v-src]: https://flat.badgen.net/npm/v/defu/latest |
164 | | -[npm-v-href]: https://npmjs.com/package/defu |
165 | | - |
166 | | -[npm-dm-src]: https://flat.badgen.net/npm/dm/defu |
167 | | -[npm-dm-href]: https://npmjs.com/package/defu |
168 | | - |
169 | | -[packagephobia-src]: https://flat.badgen.net/packagephobia/install/defu |
170 | | -[packagephobia-href]: https://packagephobia.now.sh/result?p=defu |
171 | | - |
172 | | -[bundlephobia-src]: https://flat.badgen.net/bundlephobia/min/defu |
173 | | -[bundlephobia-href]: https://bundlephobia.com/result?p=defu |
174 | | - |
175 | | -[codecov-src]: https://flat.badgen.net/codecov/c/github/unjs/defu/master |
| 157 | +[npm-version-src]: https://img.shields.io/npm/v/defu?style=flat&colorA=18181B&colorB=F0DB4F |
| 158 | +[npm-version-href]: https://npmjs.com/package/defu |
| 159 | +[npm-downloads-src]: https://img.shields.io/npm/dm/defu?style=flat&colorA=18181B&colorB=F0DB4F |
| 160 | +[npm-downloads-href]: https://npmjs.com/package/defu |
| 161 | +[codecov-src]: https://img.shields.io/codecov/c/gh/unjs/defu/main?style=flat&colorA=18181B&colorB=F0DB4F |
176 | 162 | [codecov-href]: https://codecov.io/gh/unjs/defu |
| 163 | +[bundle-src]: https://img.shields.io/bundlephobia/minzip/defu?style=flat&colorA=18181B&colorB=F0DB4F |
| 164 | +[bundle-href]: https://bundlephobia.com/result?p=defu |
| 165 | +[license-src]: https://img.shields.io/github/license/unjs/defu.svg?style=flat&colorA=18181B&colorB=F0DB4F |
| 166 | +[license-href]: https://github.com/unjs/defu/blob/main/LICENSE |
0 commit comments