Type Alias PopString<S>

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

Type Parameters

  • S extends string