@yuler/is-regexp
Version:
Check if a value is a regular expression
16 lines • 313 B
JSON
{
"name": "@yuler/is-regexp",
"version": "2.0.0",
"description": "Check if a value is a regular expression",
"license": "MIT",
"author": "yuler <is.yuler@gmail.com>",
"type": "module",
"main": "index.js",
"engines": {
"node": ">=16.0.0"
},
"keywords": [
"regexp",
"is-regexp"
]
}