1.0.2 • Published 9 years ago

@amphibian/is-regexp v1.0.2

Weekly downloads
6
License
ISC
Repository
gitlab
Last release
9 years ago

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
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago