UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

11 lines (9 loc) 163 B
var wildcard = require('..'); var testdata = [ 'a.b.c', 'a.b', 'a', 'a.b.d' ]; console.log(wildcard('a.b.*', testdata)); // --> ['a.b.c', 'a.b', 'a.b.d']