Skip to main content
Module

x/ramda/internal/_isRegExp.js

:ram: Practical functional Javascript
Very Popular
Go to Latest
File
export default function _isRegExp(x) { return Object.prototype.toString.call(x) === '[object RegExp]';}