UNPKG

@reclaimprotocol/attestor-core

Version:

<div> <div> <img src="https://raw.githubusercontent.com/reclaimprotocol/.github/main/assets/banners/Attestor-Core.png" /> </div> </div>

4 lines (3 loc) 199 B
export type TransportType = 'node' | 'react-native' | 'browser'; export declare function detectEnvironment(): TransportType; export declare function getEnvVariable(name: string): string | undefined;