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§

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.