UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

8 lines (5 loc) 138 B
var wildcard = require('..'); console.log(wildcard('foo.*', 'foo.bar')); // --> true console.log(wildcard('foo.*', 'foo')); // --> true