@ts-runtypes/binary-linux-x64 0.10.0 → 0.11.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 +19 -0
- package/lib/ts-runtypes +0 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# @ts-runtypes/binary-linux-x64
|
|
2
|
+
|
|
3
|
+
Prebuilt **RunTypes** compiler binary for linux-x64.
|
|
4
|
+
|
|
5
|
+
You never install this package directly. It rides as a per-platform optional
|
|
6
|
+
dependency of [`@ts-runtypes/bin`](https://www.npmjs.com/package/@ts-runtypes/bin),
|
|
7
|
+
which resolves the one matching your machine, and that launcher is itself pulled in
|
|
8
|
+
by [`@ts-runtypes/devtools`](https://www.npmjs.com/package/@ts-runtypes/devtools).
|
|
9
|
+
|
|
10
|
+
## Documentation
|
|
11
|
+
|
|
12
|
+
Full guides live at **[runtypes.pages.dev](https://runtypes.pages.dev/)**.
|
|
13
|
+
[Source and issues](https://github.com/MionKit/ts-run-types).
|
|
14
|
+
|
|
15
|
+
## License
|
|
16
|
+
|
|
17
|
+
Proprietary — all rights reserved. No use, copying, or distribution without prior
|
|
18
|
+
written authorization. See
|
|
19
|
+
[LICENSE](https://github.com/MionKit/ts-run-types/blob/main/LICENSE).
|
package/lib/ts-runtypes
CHANGED
|
Binary file
|