1 2 3 4 5 6
try { await Deno.open("./some/file.txt"); } catch (e) {} // deno-lint-ignore no-explicit-any require-await function foo(): any {}