UNPKG
tts-mcp
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
OpenAI Text to Speech APIを活用したコマンドラインツールとMCPサーバー
tts-mcp
/
dist
/
src
/
index.d.ts
8 lines
(7 loc)
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
CommandLineOptions
}
from
'./types'
;
/** * メインのアプリケーションロジック *
@param
{
CommandLineOptions
}
options
- コマンドラインオプション *
@returns
{
Promise<void>
} */
export
declare
function
run
(
options: CommandLineOptions
):
Promise
<
void
>;