Crate specta_typescript
source ·Expand description
TypeScript language exporter.
Modules§
Structs§
- Represents the path of an error in the export tree. This is designed to be opaque, meaning it’s internal format and
Display
impl are subject to change at will. - Typescript language exporter.
Enums§
- The error type for the TypeScript exporter.
- Describes where an error occurred.
Functions§
- Convert a DataType to a TypeScript string
- Convert a type which implements
Type
to a TypeScript string with an export. - Convert a DataType to a TypeScript string
- Convert a type which implements
Type
to a TypeScript string with an export. - Convert a type which implements
Type
to a TypeScript string. - Convert a type which implements
Type
to a TypeScript string.
Type Aliases§
- The signature for a function responsible for exporting Typescript comments.
- The signature for a function responsible for formatter a Typescript file.