Type Alias RemoveDotOptions<T>

RemoveDotOptions<T>: T extends `${infer _}.`
    ? never
    : T

Type Parameters

  • T extends string