import { readText } from "https://deno.land/x/dtils@2.6.0/mod.ts";
Read a file as a string. Returns an empty string if the file doesn't exist.
NOTICE: At the next major release, this will return string|null
import { readText } from "https://deno.land/x/dtils@2.6.0/mod.ts";
Read a file as a string. Returns an empty string if the file doesn't exist.
NOTICE: At the next major release, this will return string|null