@bemoje/array 0.2.1 → 0.2.3
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 +29 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,34 @@
|
|
|
1
|
-
# array
|
|
1
|
+
# @bemoje/array
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
array related tools/util.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+

|
|
6
|
+

|
|
7
|
+

|
|
8
|
+

|
|
6
9
|
|
|
7
|
-
|
|
10
|
+

|
|
11
|
+

|
|
12
|
+

|
|
8
13
|
|
|
9
|
-
## Running unit tests
|
|
10
14
|
|
|
11
|
-
|
|
15
|
+
## Documentation
|
|
16
|
+
[Documentation Website](https://bemoje.github.io/tsmono/modules/array.html)
|
|
17
|
+
|
|
18
|
+
## Installation
|
|
19
|
+
This library is published in the NPM registry and can be installed using any compatible package manager.
|
|
20
|
+
|
|
21
|
+
#### NPM
|
|
22
|
+
```sh
|
|
23
|
+
npm install @bemoje/array
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## Issues
|
|
28
|
+
Please let me know of any bugs or [issues](https://github.com/bemoje/tsmono/issues).
|
|
29
|
+
|
|
30
|
+
## Contribute
|
|
31
|
+
Contributors are welcome to open a [pull request](https://github.com/bemoje/tsmono/pulls).
|
|
32
|
+
|
|
33
|
+
## License
|
|
34
|
+
Released under the [MIT License](./LICENSE).
|