satch
v0.1.10
Published
The simplest pattern matching
Downloads
1
Readme
satch
The simplest pattern matching
Installation
npm install satch
Usage
import { Match } from 'satch';
var foo = new Match("piyo")
.is("piyo", () => "yeah")
.result;
License
The MIT License. See LICENSE.