Skip to content

Commit

Permalink
testing release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonneal committed Sep 25, 2024
1 parent dcff9f4 commit e88543b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-eyes-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jacksonneal/ts-standard": patch
---

testing
2 changes: 2 additions & 0 deletions libs/ts-standard/ex/type.ex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import { is } from "./shared.ex";
// Opt<T>
is<Opt<string>>("hello");
is<Opt<string>>(null);
// @ts-expect-error `undefined` is not `Opt`
is<Opt<string>>(undefined);

// Nullable<T>
is<Nullable<string>>("hello");
Expand Down

0 comments on commit e88543b

Please sign in to comment.