add lisp packages
This commit is contained in:
4
lisp/emacs-application-framework/app/mermaid/node_modules/is-regexp/index.js
generated
vendored
Normal file
4
lisp/emacs-application-framework/app/mermaid/node_modules/is-regexp/index.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
'use strict';
|
||||
module.exports = function (re) {
|
||||
return Object.prototype.toString.call(re) === '[object RegExp]';
|
||||
};
|
||||
Reference in New Issue
Block a user