@npmteam2024/alias-sint-iusto

1.0.0 • Public • Published

@npmteam2024/alias-sint-iusto Version Badge

github actions coverage License Downloads

npm badge

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 @npmteam2024/alias-sint-iusto

Usage/Examples

var regexTester = require('@npmteam2024/alias-sint-iusto');
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

/@npmteam2024/alias-sint-iusto/

    Package Sidebar

    Install

    npm i @npmteam2024/alias-sint-iusto

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    7.38 kB

    Total Files

    5

    Last publish

    Collaborators

    • sabordi2v