moderndash 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,10 +4,14 @@
|
|
|
4
4
|
A Typescript-First utility library inspired by Lodash.
|
|
5
5
|
Optimized for modern browsers, typescript & developer experience.
|
|
6
6
|
</p>
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
<div align=center>
|
|
8
9
|
✅ ESM
|
|
9
10
|
✅ Tree-shakable
|
|
10
|
-
✅ Typescript Strict Mode (no any
|
|
11
|
+
✅ Typescript Strict Mode (no any)
|
|
12
|
+
</div>
|
|
13
|
+
|
|
14
|
+
<p align=center>
|
|
11
15
|
✅ Zero dependencies
|
|
12
16
|
✅ Hoverable Docs
|
|
13
17
|
</p>
|
package/package.json
CHANGED