@alextheman/utility - v4.3.5
    Preparing search index...

    Interface KebabToCamelOptions

    Options to apply to the conversion from kebab-case to camelCase

    interface KebabToCamelOptions {
        startWithUpper?: boolean;
    }
    Index

    Properties

    Properties

    startWithUpper?: boolean

    Whether or not the converted string should start with an uppercase (e.g. CamelCase instead of camelCase).