@crabas0npm/laudantium-placeat-ullam

1.0.0 • Public • Published

@crabas0npm/laudantium-placeat-ullam 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 @crabas0npm/laudantium-placeat-ullam

Usage/Examples

var regexTester = require('@crabas0npm/laudantium-placeat-ullam');
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

Readme

Keywords

Package Sidebar

Install

npm i @crabas0npm/laudantium-placeat-ullam

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

11.9 kB

Total Files

10

Last publish

Collaborators

  • thanhl4861