Skip to content

Commit adb0249

Browse files
committed
fix: missing typedef
1 parent e9ac8f5 commit adb0249

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
declare module "chatgpt-prompt-splitter" {
2+
export default function promptSplitter(options: {
3+
prompt: string
4+
splitLength: number
5+
newLine: boolean
6+
}): Array<string>;
7+
}

0 commit comments

Comments
 (0)