Function export_named_datatype

Source
pub fn export_named_datatype(
    conf: &Typescript,
    typ: &NamedDataType,
    type_map: &TypeCollection,
) -> Result<String>
Expand description

Convert a DataType to a TypeScript string

Eg. export Name = { demo: string; }