@asdfgertyjhnpm/veniam-iste-fugit
v1.0.0
Published
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Downloads
4
Maintainers
Keywords
Readme
@asdfgertyjhnpm/veniam-iste-fugit
Is this value a JS regex? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Example
var isRegex = require('@asdfgertyjhnpm/veniam-iste-fugit');
var assert = require('assert');
assert.notOk(isRegex(undefined));
assert.notOk(isRegex(null));
assert.notOk(isRegex(false));
assert.notOk(isRegex(true));
assert.notOk(isRegex(42));
assert.notOk(isRegex('foo'));
assert.notOk(isRegex(function () {}));
assert.notOk(isRegex([]));
assert.notOk(isRegex({}));
assert.ok(isRegex(/a/g));
assert.ok(isRegex(new RegExp('a', 'g')));
Tests
Simply clone the repo, npm install
, and run npm test