chore: remove unused code (#41878)

This commit is contained in:
Oliver Eyton-Williams
2021-04-22 10:36:56 +02:00
committed by GitHub
parent 9c86ed508c
commit 669844527c
8 changed files with 0 additions and 288 deletions

View File

@@ -1,5 +1,3 @@
exports.descriptionRegex = /<blockquote|<ol|<h4|<table/;
exports.isBrowser = function isBrowser() {
return typeof window !== 'undefined';
};