mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
6
vendor/audio-capture-src/index.ts
vendored
6
vendor/audio-capture-src/index.ts
vendored
@@ -1,9 +1,5 @@
|
||||
|
||||
type AudioCaptureNapi = {
|
||||
startRecording(
|
||||
onData: (data: Buffer) => void,
|
||||
onEnd: () => void,
|
||||
): boolean
|
||||
startRecording(onData: (data: Buffer) => void, onEnd: () => void): boolean
|
||||
stopRecording(): void
|
||||
isRecording(): boolean
|
||||
startPlayback(sampleRate: number, channels: number): boolean
|
||||
|
||||
Reference in New Issue
Block a user