@jx/match

0.0.4 • Public • Published

Match

Experiemental package designed for

trying out semantics of the pattern matching proposal

Test a value matches a pattern

import match, { string, number } from "@jx/match"

match([string, string, number], ['cats', 'hats', 2]) // true

match.on('fizz')
    .if(string, val => console.log("Got a string!")
    .else(_ => { throw new Error("Not a string") })

Methods docs coming soon

Readme

Keywords

none

Package Sidebar

Install

npm i @jx/match

Weekly Downloads

3

Version

0.0.4

License

MIT

Last publish

Collaborators

  • jamesernator