Skip to content

Commit

Permalink
Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
kshramt committed Aug 14, 2023
1 parent 281863a commit a5f1b9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ type NExpect<T extends false> = T;
d: T.$readonly(T.$optional(T.$string())),
e: T.$optional(T.$readonly(T.$string())),
});
type _2 = T.TMerge<T.$infer<typeof validator>>;
type _ = Expect<
Check<
T.$infer<typeof validator>,
Expand Down

0 comments on commit a5f1b9a

Please sign in to comment.