Skip to content

Commit

Permalink
chore: putout: update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 12, 2024
1 parent b502b8f commit 9bd9539
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
type x = boolean[] | A | string | string[];
type x =
| boolean[]
| A
| string
| string[];
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
type X = boolean[] | A | string | string[];
type X =
| boolean[]
| A
| string
| string[];

const x: X = [true];

0 comments on commit 9bd9539

Please sign in to comment.