node-tmatch

Match an object against a "pattern" object - Node.js module
  https://github.com/isaacs/tmatch
  0
  no reviews



This module checks weter a value matches a given pattern. A pattern is an object with a set of fields that must be in the test object, or a regular expression that a test string must match, or any combination thereof.

Node.js is an event-based server-side JavaScript engine.