Skip to content

Commit d125de4

Browse files
authored
docs: link to @std/fs exists from file-existence example (#3054)
1 parent d753043 commit d125de4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/scripts/checking_file_existence.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* @difficulty beginner
44
* @tags cli, deploy
55
* @run -R -W <url>
6+
* @resource {https://jsr.io/@std/fs/doc/exists/~} Doc: @std/fs/exists
7+
* @resource {https://docs.deno.com/api/deno/~/Deno.lstat} Doc: Deno.lstat
68
* @group File System
79
*
810
* When creating files it can be useful to first ensure that

0 commit comments

Comments
 (0)