Type alias RemoveStrStart<S, START>

RemoveStrStart<S, START>: S extends `${START}${infer U}` ? U : S

Type Parameters

  • S extends string

  • START extends string