First upload version 0.0.1
This commit is contained in:
5
node_modules/node-llama-cpp/dist/bindings/utils/asyncEvery.d.ts
generated
vendored
Normal file
5
node_modules/node-llama-cpp/dist/bindings/utils/asyncEvery.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Returns a promise that resolves to true if every promise in the array resolves to true, otherwise false.
|
||||
* Note that this function will not throw on error and instead will log the error to the console.
|
||||
*/
|
||||
export declare function asyncEvery(promises: Promise<boolean>[]): Promise<boolean>;
|
||||
Reference in New Issue
Block a user