Type Alias CasingOptions

CasingOptions: {
    capitalizeFirstLetter: boolean;
}

Options for casing functions in @augment-vir/common.

Type declaration

  • capitalizeFirstLetter: boolean

    Capitalize the first letter of the string.

    false