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

4 lines
84 B
Plaintext
Raw Normal View History

export function isNode() {
return typeof window !== 'undefined' ? false : true;
}