zhibo/live-streaming/client/node_modules/is-regexp/index.js
2025-12-15 11:34:49 +08:00

5 lines
116 B
JavaScript

'use strict';
module.exports = function (re) {
return Object.prototype.toString.call(re) === '[object RegExp]';
};