Urara-Blog/node_modules/.pnpm-store/v3/files/6f/21471a1e84c1aaebba9dc4c39768acf8c82a21dd36c981050aa347d6d6387e2f95294bb1e04cdc35bc477bb9046557bb333449fb279108aa9f162e0b73a2fe
2022-08-14 01:14:53 +08:00

4 lines
116 B
Text

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