@rline/schema 1.0.0

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 ADDED
@@ -0,0 +1,17 @@
1
+ # @rline/schema
2
+
3
+ - [ ] add description for the library
4
+
5
+ ## Installation
6
+
7
+ ```shell
8
+ pnpm add @rline/schema
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ - [ ] add example for the librarys
14
+
15
+ ```typescript
16
+
17
+ ```