@deepgram/sdk
Version:
Isomorphic Javascript client for Deepgram
7 lines • 300 B
TypeScript
export declare const NODE_VERSION: string;
export declare const BUN_VERSION: string;
export declare const BROWSER_AGENT: string;
export declare const isBrowser: () => boolean;
export declare const isNode: () => boolean;
export declare const isBun: () => boolean;
//# sourceMappingURL=runtime.d.ts.map