MCPcopy
hub / github.com/PokemonGoF/PokemonGo-Bot / isRegExp

Function isRegExp

map-chat/javascript/browserMqtt.js:4435–4437  ·  view source on GitHub ↗
(re)

Source from the content-addressed store, hash-verified

4433exports.isUndefined = isUndefined;
4434
4435function isRegExp(re) {
4436 return isObject(re) && objectToString(re) === '[object RegExp]';
4437}
4438exports.isRegExp = isRegExp;
4439
4440function isObject(arg) {

Callers 1

formatValueFunction · 0.85

Calls 2

isObjectFunction · 0.85
objectToStringFunction · 0.85

Tested by

no test coverage detected