EASYAIuniappNewUI/node_modules/licia/isBrowser.js
2025-02-08 18:50:38 +08:00

7 lines
136 B
JavaScript

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