import { readText } from "https://deno.land/x/dtils@2.3.1/mod.unstable.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
x/dtils/mod.unstable.ts>readText
import { readText } from "https://deno.land/x/dtils@2.3.1/mod.unstable.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