GT2/GT2-iOS/node_modules/xdl/build/tools/EnvironmentHelper.js.flow

4 lines
84 B
Plaintext
Raw Normal View History

2018-02-12 17:26:06 +00:00
export function isNode() {
return typeof window !== 'undefined' ? false : true;
}