type-export 0.0.0-alpha.3

Shared export infrastructure for type declaration generators (Flow, TypeScript, etc.)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "type-export"
version = "0.0.0-alpha.3"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description = "Shared export infrastructure for type declaration generators (Flow, TypeScript, etc.)"
keywords = ["export", "types", "bindings", "codegen"]
categories = ["development-tools::build-utils"]

[dependencies]
thiserror = "2"