mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 04:29:29 +08:00
4 lines
116 B
Text
4 lines
116 B
Text
'use strict';
|
|
module.exports = function (re) {
|
|
return Object.prototype.toString.call(re) === '[object RegExp]';
|
|
};
|