UNPKG

@hashgraphonline/standards-sdk

Version:

The Hashgraph Online Standards SDK provides a complete implementation of the Hashgraph Consensus Standards (HCS), giving developers all the tools needed to build applications on Hedera.

5 lines 143 B
/** * Determines if the current environment is a browser */ export declare const isBrowser: boolean; //# sourceMappingURL=is-browser.d.ts.map