@amphibian/is-regexp

1.0.2 • Public • Published

is-regexp

build status

regexp type checker

npm install @amphibian/is-regexp
var isRegExp = require('@amphibian/is-regexp');

isRegExp('test'); // > false
isRegExp(/bazinga/); // > true
isRegExp(new RegExp('bazinga')); // > true

Readme

Keywords

none

Package Sidebar

Install

npm i @amphibian/is-regexp

Weekly Downloads

1

Version

1.0.2

License

ISC

Last publish

Collaborators

  • thomaslindstr_m