Changeset 79a0317 for imaps-frontend/node_modules/safe-regex-test/index.js
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/safe-regex-test/index.js
r0c6b92a r79a0317 1 1 'use strict'; 2 2 3 var callBound = require('call-b ind/callBound');3 var callBound = require('call-bound'); 4 4 var isRegex = require('is-regex'); 5 5 … … 7 7 var $TypeError = require('es-errors/type'); 8 8 9 /** @type {import('.')} */ 9 10 module.exports = function regexTester(regex) { 10 11 if (!isRegex(regex)) {
Note:
See TracChangeset
for help on using the changeset viewer.