js-utils-kit 0.3.2 → 0.3.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 +9 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,26 +1,30 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
[](https://github.com/TenEplaysOfficial/js-utils-kit)
|
|
3
|
+
<!-- [](https://github.com/TenEplaysOfficial/js-utils-kit) -->
|
|
4
|
+
|
|
5
|
+
# Js Utils Kit
|
|
6
|
+
|
|
7
|
+
_Modular JavaScript utilities with type support for strings, objects, arrays and more_
|
|
4
8
|
|
|
5
9
|
[](https://github.com/TenEplaysOfficial/js-utils-kit)
|
|
10
|
+
[](https://github.com/TenEplaysOfficial/js-utils-kit)
|
|
6
11
|
[](https://www.npmjs.com/package/js-utils-kit)
|
|
7
12
|
[](https://jsr.io/@tene/js-utils-kit)
|
|
8
13
|
[](https://jsr.io/@tene/js-utils-kit)
|
|
9
14
|
[](https://github.com/TenEplaysOfficial/js-utils-kit/blob/main/LICENSE)
|
|
10
|
-
[](https://github.com/TenEplaysOfficial/js-utils-kit/stargazers)
|
|
15
|
+
[](https://github.com/TenEplaysOfficial/js-utils-kit/stargazers)
|
|
12
16
|
[](https://github.com/TenEplaysOfficial/js-utils-kit/issues)
|
|
13
17
|
[](https://github.com/TenEplaysOfficial/js-utils-kit/pulls)
|
|
14
18
|
[](https://github.com/TenEplaysOfficial/js-utils-kit/commits)
|
|
15
|
-
[](https://github.com/TenEplaysOfficial/js-utils-kit/discussions)
|
|
16
19
|
[](https://www.npmjs.com/package/js-utils-kit)
|
|
17
|
-
[](https://github.com/TenEplaysOfficial/js-utils-kit)
|
|
18
20
|
[](https://github.com/TenEplaysOfficial/js-utils-kit)
|
|
19
21
|
[](https://github.com/sponsors/TenEplaysOfficial)
|
|
20
22
|
[](https://x.com/teneplays)
|
|
21
23
|
|
|
22
24
|
</div>
|
|
23
25
|
|
|
26
|
+
## Overview
|
|
27
|
+
|
|
24
28
|
**JS Utils Kit** is a compact and reliable library of essential JavaScript utility functions. It includes helpers for arrays, objects, numbers, promises, type checking, and more. Designed for performance and modularity, it integrates easily into JavaScript and TypeScript projects with minimal impact on bundle size.
|
|
25
29
|
|
|
26
30
|
> Streamline your code with battle-tested, tree-shakable utilities.
|