satch

0.1.10 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i satch

Weekly Downloads

0

Version

0.1.10

License

MIT

Last publish

Collaborators

  • aya-morisawa