1.1.21 • Published 2 years ago
@devtea2027/beatae-enim-repellendus-sint v1.1.21
@devtea2027/beatae-enim-repellendus-sint 
Give a regex, get a robust predicate function that tests it against a string. This will work even if RegExp.prototype is altered later.
Getting started
npm install --save @devtea2027/beatae-enim-repellendus-sintUsage/Examples
var regexTester = require('@devtea2027/beatae-enim-repellendus-sint');
var assert = require('assert');
var tester = regexTester('a');
assert.ok(tester('a'));
assert.notOk(tester('b'));Tests
Simply clone the repo, npm install, and run npm test
1.1.21
2 years ago
1.1.20
2 years ago
1.1.19
2 years ago
1.1.18
2 years ago
1.1.17
2 years ago
1.1.16
2 years ago
1.1.15
2 years ago
1.1.14
2 years ago
1.1.13
2 years ago
1.1.12
2 years ago
1.1.11
2 years ago
1.1.10
2 years ago
1.1.9
2 years ago
1.1.8
2 years ago
1.1.7
2 years ago
1.1.6
2 years ago
1.1.5
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
