lix-website/themes/lix/assets/bootstrap/node_modules/is-regexp/index.js
2024-04-26 22:49:34 -06:00

4 lines
102 B
JavaScript

'use strict';
module.exports = input => Object.prototype.toString.call(input) === '[object RegExp]';