Gazebo_simulation-Frontend/node_modules/is-regexp/index.js

5 lines
116 B
JavaScript
Raw Permalink Normal View History

2020-12-21 11:29:31 -04:00
'use strict';
module.exports = function (re) {
return Object.prototype.toString.call(re) === '[object RegExp]';
};