@axi-engine/utils 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 +7 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,9 +29,14 @@ const health = clampNumber(120, 0, 100); // Returns 100
|
|
|
29
29
|
const isSame = haveSameElements(['a', 'b'], ['b', 'a']); // Returns true
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
+
|
|
32
33
|
API Reference
|
|
33
34
|
|
|
34
|
-
|
|
35
|
+
Will be available when code and repository will be fully published
|
|
36
|
+
|
|
37
|
+
<!--
|
|
38
|
+
[**Full API Documentation**](https://github.com/.../blob/main/packages/utils/docs/api/README.md)
|
|
39
|
+
-->
|
|
40
|
+
|
|
35
41
|
|
|
36
|
-
[Full API Documentation](./docs/api/README.md)
|
|
37
42
|
|