🛼 lockfile.ts

This commit is contained in:
nirholas
2026-03-31 10:24:20 +00:00
parent e1aec0fc98
commit edfc517bce

View File

@@ -41,3 +41,4 @@ export function unlock(file: string, options?: UnlockOptions): Promise<void> {
export function check(file: string, options?: CheckOptions): Promise<boolean> {
return getLockfile().check(file, options)
}