1.2.0 • Published 8 years ago

@nio/topic-matcher v1.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

Installation

$ npm install @nio/topic-matcher

Usage

import match from '@nio/topic-matcher';

// match: (subTopic: string, pubTopic: string) => boolean;

match('foo', 'foo'); // => true
match('foo', 'bar'); // => false
match('foo.*', 'foo.bar'); // => true
match('foo.**', 'foo.bar.baz'); // => true
1.2.0

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago