Skip to content

Commit

Permalink
docs(format): add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Apr 10, 2024
1 parent 7067802 commit cfe34be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function format<
>
>,
options?: Readonly<FormatOptions<U>>,
) {
): string {
const {
stringify = String,
placeholders = [{ prefix: Delimiter.Prefix, suffix: Delimiter.Suffix }],
Expand Down

0 comments on commit cfe34be

Please sign in to comment.