Skip to main content
method Deno.FsFile.prototype.unlock
FsFile.prototype.unlock(): Promise<void>
Deprecated

Release an advisory file-system lock for the file.

Return Type

Promise<void>
Back to top