mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 16:26:15 -04:00
fix: missing typedef
This commit is contained in:
parent
e9ac8f5a79
commit
adb0249f29
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue