@pansy/is-regexp
v0.5.0
Published
判断当前值是否为正则表达式
Downloads
18
Readme
判断当前值是否为正则表达式
📦 安装
// npm
npm install @pansy/is-regexp --save
// yarn
yarn add @pansy/is-regexp
🔨 使用
import isRegExp from '@pansy/is-regexp';
let value = true;
console.log(isRegExp(value1)); // true