Skip to main content

unlock

method Deno.FsFile.prototype.unlock
Jump to headingFsFile.prototype.unlock(): Promise<void>

Release an advisory file-system lock for the file.

Return Type Jump to heading

Promise<void>
Back to top