• 0.3.0 bf1dc23fc9

    0.3.0 Stable

    jpcx released this 2021-09-15 15:15:31 -07:00 | 6 commits to main since this release

    Changed

    • 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"
    Downloads