ts-type 1.0.1

Utilities and types for working with TypeScript type representations in Rust.
Documentation
1
2
3
4
5
6
7
8
9
# ts-type

`ts-type` provides utilities and types for working with TypeScript type
representations in Rust. It is primarily intended for use by procedural macros
and crates that generate TypeScript bindings from Rust code.

## Features
- TypeScript type string utilities
- Regex helpers for parsing and validating TypeScript types