Skip to content

Commit

Permalink
Clean up Prettier, Size-limit, and Api-Extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas authored and github-actions[bot] committed Mar 19, 2024
1 parent 843adbc commit 5018738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .api-reports/api-report-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface ErrorCodes {

// @public
export type ErrorMessageHandler = {
(message: string | number, args: unknown[]): string | undefined;
(message: string | number, args: string[]): string | undefined;
};

// @public (undocumented)
Expand Down

0 comments on commit 5018738

Please sign in to comment.