mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 15:01:41 +03:00
style: normalize type definitions
This commit is contained in:
Vendored
+1
-4
@@ -16,10 +16,7 @@ declare module "proper-lockfile" {
|
||||
|
||||
export type ReleaseFn = () => Promise<void>;
|
||||
|
||||
export function lock(
|
||||
path: string,
|
||||
options?: LockOptions,
|
||||
): Promise<ReleaseFn>;
|
||||
export function lock(path: string, options?: LockOptions): Promise<ReleaseFn>;
|
||||
|
||||
const lockfile: {
|
||||
lock: typeof lock;
|
||||
|
||||
Reference in New Issue
Block a user