UNPKG

@slashid/react

Version:

React SDK for the /id platform

7 lines 194 B
/** * Helper function to check if current runtime is a browser, mainly for SSR. * * @returns boolean */ export declare function isBrowser(): boolean; //# sourceMappingURL=is-browser.d.ts.map