Travis build: 1837 [cron]
This commit is contained in:
2
test/isBrowser/isBrowser.js
Normal file
2
test/isBrowser/isBrowser.js
Normal file
@ -0,0 +1,2 @@
|
||||
const isBrowser = () => ![typeof window, typeof document].includes('undefined');
|
||||
module.exports = isBrowser;
|
||||
Reference in New Issue
Block a user