UNPKG

@junobuild/analytics

Version:

Tracker for Juno analytics

6 lines (5 loc) 191 B
/** * Checks if the current environment is a browser. * @returns {boolean} True if the current environment is a browser, false otherwise. */ export declare const isBrowser: () => boolean;