@titocandradev/neatcore 0.2.6 → 0.2.7
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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -140,3 +140,9 @@ Because small utilities are often underestimated.
|
|
|
140
140
|
|
|
141
141
|
NeatCore is designed as a strongly-typed engineering utility foundation
|
|
142
142
|
--- not just another helper library.
|
|
143
|
+
|
|
144
|
+
## Documentation
|
|
145
|
+
|
|
146
|
+
Read full API Design Guideline here:
|
|
147
|
+
|
|
148
|
+
👉 https://github.com/tcandra24/neat-core/blob/main/docs/API_DESIGN_GUIDELINE.md
|
package/package.json
CHANGED