fix: missing typedef
This commit is contained in:
parent
e9ac8f5a79
commit
adb0249f29
7
src/tools/ai-prompt-splitter/chatgpt-prompt-splitter.d.ts
vendored
Normal file
7
src/tools/ai-prompt-splitter/chatgpt-prompt-splitter.d.ts
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
declare module "chatgpt-prompt-splitter" {
|
||||||
|
export default function promptSplitter(options: {
|
||||||
|
prompt: string
|
||||||
|
splitLength: number
|
||||||
|
newLine: boolean
|
||||||
|
}): Array<string>;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user