UNPKG

@sign-speak/react-sdk

Version:

Unlock Sign Language Recognition, Avatar, and Speech Recognition.

11 lines 334 B
/** * Sets the API key manually. This will override any environment variable. * @param k - The API key to set. */ export declare function setKey(k: string): void; /** * Retrieves the API key. * @returns The API key if set, otherwise throws an error. */ export declare function getKey(): string; //# sourceMappingURL=key.d.ts.map