-
0.3.0 Stable
released this
2021-09-15 15:15:31 -07:00 | 6 commits to main since this releaseChanged
- Simplified filter type narrowing for clarity.
- Filter must now specify both the input and output types:
e.g.(args: [number, string]): args is [1, "foo"] => args[0] === 1 && args[1] === "foo"
- Filter must now specify both the input and output types:
Downloads
- Simplified filter type narrowing for clarity.
-
0.2.1 Stable
released this
2021-09-15 10:18:31 -07:00 | 10 commits to main since this releaseFixed variable name consistency.
Downloads
-
0.2.0 Stable
released this
2021-09-15 09:41:53 -07:00 | 12 commits to main since this releaseMinor README improvements.
Downloads
-
0.1.0 Stable
released this
2021-09-15 08:53:52 -07:00 | 17 commits to main since this releaseFirst Release!
Downloads