UNPKG
alfi-assistant
Version:
latest (1.0.0)
1.0.0
AI-powered voice assistant for web navigation
github.com/collin/alfi-assistant
collin/alfi-assistant
alfi-assistant
/
dist
/
utils
/
apiKey.d.ts
4 lines
(3 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
export
declare
function
initializeApiKey
(
key
:
string
):
void
;
export
declare
function
getApiKey
(
):
string
;
export
declare
function
clearApiKey
(
):
void
;