ts-runtime-typechecker 0.1.6

A command line tool that generates ts/js typechecker functions from typescript types
[package]
name = "ts-runtime-typechecker"
version = "0.1.6"
repository = "https://github.com/ManiGhazaee/ts-runtime-typechecker"
authors = ["ManiGhazaee <hosseinghazaee1@gmail.com>"]
edition = "2021"
description = "A command line tool that generates ts/js typechecker functions from typescript types"
license = "GPL-3.0"
exclude = ["/npm", "package.json", "package-lock.json"]
readme = "README.md"
keywords = [
    "typescript",
    "javascript",
    "cli",
    "ts",
    "typechecker",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rayon = "1.8.1"