questions/00545-hard-printf/README.md
Implement Format<T extends string> generic.
For example,
type FormatCase1 = Format<"%sabc"> // FormatCase1 : string => string
type FormatCase2 = Format<"%s%dabc"> // FormatCase2 : string => number => string
type FormatCase3 = Format<"sdabc"> // FormatCase3 : string
type FormatCase4 = Format<"sd%abc"> // FormatCase4 : string
<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/545/answer" target="_blank"></a> <a href="https://tsch.js.org/545/solutions" target="_blank"></a> <!--info-footer-end-->