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

3 lines
84 B
Text

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