UNPKG

react-document-meta

Version:

Declarative, nested and stateful HTML document meta tags for React

13 lines (11 loc) 279 B
(function() { if (typeof document !== 'undefined') { return; } var jsdom = require('jsdom').jsdom; global.document = jsdom('<html><head></head><body></body></html>'); global.window = document.defaultView; global.navigator = { userAgent: 'node.js' }; })();