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