UNPKG

react-unity-webgl

Version:

React Unity WebGL provides a modern solution for embedding Unity WebGL builds in your React Application while providing advanced APIs for two way communication and interaction between Unity and React.

6 lines 262 B
/** * Defines if the current environment is a browser environment. This is * determined by checking if the `window` and `document` objects are defined. */ export declare const isBrowserEnvironment: boolean; //# sourceMappingURL=is-browser-environment.d.ts.map