Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
delphiactual committed Dec 2, 2023
1 parent a917403 commit 2d4ef24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/symbol-name-sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ export const symbolData: {
},
];
const translateManually = [57618, 57665, 57495, 57654, 57671] as const;
export type TranslateManually = typeof translateManually[number];
export type TranslateManually = (typeof translateManually)[number];

/*
* Could not find a source for (did the definitions disappear?):
Expand Down

0 comments on commit 2d4ef24

Please sign in to comment.