vending-machine/mobile/node_modules/licia/isBrowser.js
2026-04-03 06:07:13 +08:00

7 lines
136 B
JavaScript

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