UNPKG

cross-domain-utils

Version:
6 lines (4 loc) 121 B
// @flow export function isRegex(item : any) { return Object.prototype.toString.call(item) === '[object RegExp]'; }