restfuncs-transformer 0.9.6 → 0.9.8
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/package.json +1 -1
- package/readme.md +3 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
Enhances your classes with [typescript-rtti](), to make them usable with [restfuncs-server](https://www.npmjs.com/package/restfuncs-server).
|
|
2
|
-
Meaning Restfuncs is able to validate the
|
|
2
|
+
Meaning Restfuncs is able to validate the arguments to your remote methods at runtime.
|
|
3
|
+
|
|
4
|
+
[Here's how to use it](https://github.com/bogeeee/restfuncs#setting-up-the-build-the-annoying-stuff-)
|