包详细信息

@hutechwebsite/ab-quibusdam-pariatur-beatae

hutechwebsite257MIT1.0.0

[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

starter, string, jsx, iterator

自述文件

@hutechwebsite/ab-quibusdam-pariatur-beatae 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 @hutechwebsite/ab-quibusdam-pariatur-beatae

Usage/Examples

var regexTester = require('@hutechwebsite/ab-quibusdam-pariatur-beatae');
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