First upload version 0.0.1
This commit is contained in:
6
node_modules/node-llama-cpp/dist/utils/pushAll.d.ts
generated
vendored
Normal file
6
node_modules/node-llama-cpp/dist/utils/pushAll.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Pushes all items from the given array or set to the given array.
|
||||
* @param array - The array to push the items to
|
||||
* @param items - The items to push to the array
|
||||
*/
|
||||
export declare function pushAll<const T>(array: T[], items: readonly NoInfer<T>[] | ReadonlySet<NoInfer<T>>): T[];
|
||||
Reference in New Issue
Block a user