diff --git a/examples/scripts/checking_file_existence.ts b/examples/scripts/checking_file_existence.ts index ec22e80fd..33d17d45b 100644 --- a/examples/scripts/checking_file_existence.ts +++ b/examples/scripts/checking_file_existence.ts @@ -3,6 +3,8 @@ * @difficulty beginner * @tags cli, deploy * @run -R -W + * @resource {https://jsr.io/@std/fs/doc/exists/~} Doc: @std/fs/exists + * @resource {https://docs.deno.com/api/deno/~/Deno.lstat} Doc: Deno.lstat * @group File System * * When creating files it can be useful to first ensure that