0
0
Fork 0
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:
A.E Clarence 2020-05-17 15:36:01 +00:00 committed by GitHub
parent 2c71780cfb
commit 4db4a7fbcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,