UNPKG

list_elevenlabs_voices

Version:

List eleven labs voices in the console. Output as text or json.

7 lines (6 loc) 282 B
declare function is_color(set_to: boolean): boolean; declare const base: (text: string) => string; declare const item: (text: string) => string; declare const name: (text: string) => string; declare const misc: (text: string) => string; export { is_color, base, item, name, misc };