evie-wildcards
Event wildcard matching
Last updated 11 years ago by dyoder .
ISC · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install evie-wildcards 
SYNC missed versions from official npm registry.

evie-wildcards

Wildcard implementation for events.

assert = require "assert"
PatternSet = require "evie"

patterns = PatternSet.create()
patterns.add "*.bar"

matches = patterns.match "foo.bar"
assert matches[0] == "*.bar"

Current Tags

  • 1.0.0-alpha-01                                ...           latest (11 years ago)

1 Versions

  • 1.0.0-alpha-01                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (1)
Dev Dependencies (1)
  • amen ^1.0.0-alpha-06
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |