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.