Type alias TemplateContextOptions

TemplateContextOptions: Omit<TemplateExpressionOptions, "id"> & {
    preword?: string;
}

Type declaration

  • Optional preword?: string

Generated using TypeDoc