actypes 0.2.0

Add runtime type checking to your Typescript code
Documentation
[dependencies.clap]
features = ["derive"]
version = "4.4.4"

[dependencies.swc_common]
version = "0.32.1"

[dependencies.swc_ecma_ast]
version = "0.109.1"

[dependencies.swc_ecma_parser]
features = ["typescript"]
version = "0.140.0"

[lib]
crate-type = ["cdylib", "rlib"]
name = "act_lib"
path = "src/lib.rs"

[package]
authors = ["QuentinGruber"]
description = "Add runtime type checking to your Typescript code"
edition = "2021"
license = "MIT"
name = "actypes"
readme = "README.md"
version = "0.2.0"
[profile.release]
lto = true
opt-level = 3
strip = true