Skip to content

Commit

Permalink
chore: remove stale todo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Aug 6, 2024
1 parent ca5efea commit 334d6d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions infer.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ assert<t.Infer<typeof z1>>(NULL);
// ---

let c1 = t.constant(NUMBER);
// @ts-ignore;
// > Type instantiation is excessively deep and possibly infinite
type C1 = t.Infer<typeof c1>;
assert<t.constant<typeof NUMBER>>(c1);
assert<t.constant<123>>(c1);
Expand Down

0 comments on commit 334d6d3

Please sign in to comment.