2019-09-26 22:15:27 +05:30

6 lines
144 B
JavaScript

exports.descriptionRegex = /<blockquote|<ol|<h4|<table/;
exports.isBrowser = function isBrowser() {
return typeof window !== 'undefined';
};