UNPKG

@junobuild/utils

Version:

A collection of utilities and constants for Juno JS libs.

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;