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