First upload version 0.0.1
This commit is contained in:
7
node_modules/node-llama-cpp/dist/utils/withLockfile.d.ts
generated
vendored
Normal file
7
node_modules/node-llama-cpp/dist/utils/withLockfile.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare const lockfileLockScope: {};
|
||||
export declare function withLockfile<const T>({ resourcePath, staleDuration, updateInterval, retries }: {
|
||||
resourcePath: string;
|
||||
staleDuration?: number;
|
||||
updateInterval?: number;
|
||||
retries?: number;
|
||||
}, callback: () => T | Promise<T>): Promise<T>;
|
||||
Reference in New Issue
Block a user