Back

Version 2

1/2/2025
const fileContents = Deno.readTextFileSync("deno.lock");
console.log(fileContents);
Updated: January 10, 2025