3.0.1 • Published 5 years ago

limier v3.0.1

Weekly downloads
99
License
MIT
Repository
github
Last release
5 years ago

limier License NPM version Dependency Status Build Status Coverage Status

Find string in list by pattern. This is how open in Chrome Developer Tools and WebStorm works.

Install

npm i limier --save

How to use?

const limier = require('limier');

limier('hello', ['hello', 'world']);
// returns
['hello'];

limier('bwiw', ['hello', 'biggestWordInAWorld']);
// returns
['biggestWordInAWorld']

limier('abc', ['hello', 'biggestWordInAWorld']);
// returns
[]

License

MIT

3.0.1

5 years ago

3.0.0

5 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.2

6 years ago

1.0.1

8 years ago

1.0.0

8 years ago