UNPKG

@dfinity/oisy-wallet-signer

Version:

A library designed to facilitate communication between a dApp and the OISY Wallet on the Internet Computer.

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;