@andrew_l/toolkit 0.0.1 → 0.2.4
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 +15 -3
- package/dist/index.cjs +1027 -31
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1308 -120
- package/dist/index.d.mts +1308 -120
- package/dist/index.d.ts +1308 -120
- package/dist/index.mjs +989 -32
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -1,10 +1,22 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Toolkit <!-- omit in toc -->
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
 <!-- omit in toc -->
|
|
4
|
+
 <!-- omit in toc -->
|
|
5
|
+
 <!-- omit in toc -->
|
|
6
|
+
|
|
7
|
+
A personal collection of utility JavaScript functions that have been developed and refined over the years. This toolkit contains a variety of helper functions aimed at making everyday JavaScript tasks easier, more efficient, and maintainable.
|
|
4
8
|
|
|
5
9
|
[Documentation](https://men232.github.io/toolkit/reference/@andrew_l/toolkit/)
|
|
6
10
|
|
|
7
|
-
|
|
11
|
+
<!-- install placeholder -->
|
|
12
|
+
|
|
13
|
+
## ✨ Features
|
|
14
|
+
|
|
15
|
+
- A wide range of utility functions for common JavaScript tasks.
|
|
16
|
+
- Helps speed up development by providing ready-made solutions for everyday problems.
|
|
17
|
+
- Built with performance and maintainability in mind.
|
|
18
|
+
|
|
19
|
+
## 🧑💻 Authors
|
|
8
20
|
|
|
9
21
|
- ES-Toolkit
|
|
10
22
|
- Telegram Web
|