import type { LengthOfString } from "./lengthOfString"; export type ZeroString = LengthOfString extends N ? A : ZeroString;