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

    Interface CamelToKebabOptions

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

    interface CamelToKebabOptions {
        preserveConsecutiveCapitals?: boolean;
    }
    Index

    Properties

    preserveConsecutiveCapitals?: boolean

    Whether to leave consecutive capitals alone in the conversion or not (e.g. validateAPIUser becomes validate-a-p-i-user if false, and validate-api-user if true)