export type ToStringKey = X extends number ? `${X}` : X; export type StringKeyof = ToStringKey; //# sourceMappingURL=StringKeyof.d.ts.map