Files
2026-09-08 20:28:54 +08:00

7 lines
136 B
JavaScript

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