.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-regexp / index.js
1 'use strict';
2 module.exports = function (re) {
3         return Object.prototype.toString.call(re) === '[object RegExp]';
4 };