✨ 🛼 lockfile.ts
This commit is contained in:
@@ -41,3 +41,4 @@ export function unlock(file: string, options?: UnlockOptions): Promise<void> {
|
|||||||
export function check(file: string, options?: CheckOptions): Promise<boolean> {
|
export function check(file: string, options?: CheckOptions): Promise<boolean> {
|
||||||
return getLockfile().check(file, options)
|
return getLockfile().check(file, options)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user