Documentation
    Preparing search index...

    Type Alias WithoutUnderscore<T>

    WithoutUnderscore: T extends `${infer Prefix}_${infer Suffix}`
        ? `${Prefix}${Suffix}`
        : never

    Type Parameters

    • T extends string