mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
Improve moveSync jsdoc
This commit is contained in:
parent
2c71780cfb
commit
4db4a7fbcc
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export async function move(
|
|||
return;
|
||||
}
|
||||
|
||||
/** Moves a file or directory */
|
||||
/** Moves a file or directory synchronously */
|
||||
export function moveSync(
|
||||
src: string,
|
||||
dest: string,
|
||||
|
|
Loading…
Reference in a new issue