Files
2026-08-11 17:41:36 +08:00

7 lines
136 B
JavaScript

exports =
typeof window === 'object' &&
typeof document === 'object' &&
document.nodeType === 9;
module.exports = exports;