Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo authored and astrobot-houston committed Sep 18, 2024
1 parent 5269aad commit fd8cd2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/starlight/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ export type RemoveIndexSignature<T> = {
[K in keyof T as string extends K
? never
: number extends K
? never
: symbol extends K
? never
: K]: T[K];
? never
: symbol extends K
? never
: K]: T[K];
};

// https://www.totaltypescript.com/concepts/the-prettify-helper
Expand Down

0 comments on commit fd8cd2b

Please sign in to comment.