@bemoje/array 0.2.2 → 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 +11 -16
- package/bin/index.js +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,24 +1,19 @@
|
|
|
1
1
|
# @bemoje/array
|
|
2
|
+
|
|
2
3
|
array related tools/util.
|
|
3
4
|
|
|
4
|
-

|
|
6
|
+

|
|
7
|
+

|
|
8
|
+

|
|
5
9
|
|
|
6
|
-
|
|
7
|
-

|
|
10
|
-

|
|
11
|
-

|
|
10
|
+

|
|
11
|
+

|
|
12
|
+

|
|
12
13
|
|
|
13
|
-
##### NPM
|
|
14
|
-
<span><a href="https://npmjs.org/@bemoje/array" title="View this project on NPM"><img src="https://img.shields.io/npm/v/@bemoje/array" alt="NPM Version" /></a></span>
|
|
15
|
-
<span><a href="https://npmjs.org/@bemoje/array" title="NPM Downloads"><img src="https://img.shields.io/npm/dt/@bemoje/array" alt="NPM Downloads" /></a></span>
|
|
16
14
|
|
|
17
15
|
## Documentation
|
|
18
|
-
[
|
|
19
|
-
|
|
20
|
-
##### Donate
|
|
21
|
-
<span><a href="https://www.patreon.com/user?u=40752770" title="Donate using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon Donation" /></a></span>
|
|
16
|
+
[Documentation Website](https://bemoje.github.io/tsmono/modules/array.html)
|
|
22
17
|
|
|
23
18
|
## Installation
|
|
24
19
|
This library is published in the NPM registry and can be installed using any compatible package manager.
|
|
@@ -30,10 +25,10 @@ npm install @bemoje/array
|
|
|
30
25
|
|
|
31
26
|
|
|
32
27
|
## Issues
|
|
33
|
-
Please let me know of any bugs or [issues](https://github.com/bemoje/
|
|
28
|
+
Please let me know of any bugs or [issues](https://github.com/bemoje/tsmono/issues).
|
|
34
29
|
|
|
35
30
|
## Contribute
|
|
36
|
-
Contributors are welcome to open a [pull request](https://github.com/bemoje/
|
|
31
|
+
Contributors are welcome to open a [pull request](https://github.com/bemoje/tsmono/pulls).
|
|
37
32
|
|
|
38
33
|
## License
|
|
39
34
|
Released under the [MIT License](./LICENSE).
|
package/bin/index.js
ADDED