Type Alias ShiftString<S>

ShiftString: S extends `${string}${infer R}` ? R : never

Type Parameters

  • S extends string