/** * prepend string `T` to string `S` * * @since 0.0.2 */ export type Prepend = `${T}${S}`; //# sourceMappingURL=prepend.d.ts.map