First upload version 0.0.1
This commit is contained in:
6
node_modules/node-llama-cpp/dist/utils/withStatusLogs.d.ts
generated
vendored
Normal file
6
node_modules/node-llama-cpp/dist/utils/withStatusLogs.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export default function withStatusLogs<T>(messageAndOptions: string | {
|
||||
loading: string;
|
||||
success?: string;
|
||||
fail?: string;
|
||||
disableLogs?: boolean;
|
||||
}, callback: () => Promise<T>): Promise<T>;
|
||||
Reference in New Issue
Block a user