uni-ticket-system/node_modules/licia/isBrowser.js

7 lines
136 B
JavaScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
exports =
typeof window === 'object' &&
typeof document === 'object' &&
document.nodeType === 9;
module.exports = exports;