We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d753043 commit d125de4Copy full SHA for d125de4
1 file changed
examples/scripts/checking_file_existence.ts
@@ -3,6 +3,8 @@
3
* @difficulty beginner
4
* @tags cli, deploy
5
* @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
8
* @group File System
9
*
10
* When creating files it can be useful to first ensure that
0 commit comments