Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/chromium/5370
/
.
/
node_modules
/
is-regexp
/
index.js
blob: bdc427cc88f606acda9b00f2b479b76b1326887c [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
module
.
exports
=
input
=>
Object
.
prototype
.
toString
.
call
(
input
)
===
'[object RegExp]'
;