ハードリンクを作成する
ハードリンクを作成するには、Deno.linkを作成します
https://deno.land/typedoc/index.html#link
code:ts
await Deno.link("old/name", "new/name");