0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05: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,