Determines if the current runtime environment is a browser, so that front-end modules can run on the server (Node) without throwing errors
isBrowser(); // false
Generated using TypeDoc
Determines if the current runtime environment is a browser, so that front-end modules can run on the server (Node) without throwing errors
Example