• Determines if the current runtime environment is a browser, so that front-end modules can run on the server (Node) without throwing errors

    Example

    isBrowser(); // false
    

    Returns boolean

Generated using TypeDoc