import * as dtils from "https://deno.land/x/dtils@2.6.0/fs.ts";
Functions
Copy the contents of | |
Create a watcher that monitors a list of files for updates | |
Read a file as a Uint8Array. Returns | |
Get all entries in | |
Read a file, parsing it as json. Returns an empty object if the file doesn't exist or can't be parsed. | |
Read a file, parsing it as json. Returns an empty object if the file doesn't exist. Throws if the json can't be parsed. | |
Read a file as a string. Returns an empty string if the file doesn't exist. | |
Recursively read all files in | |
Read the contents of | |
Recursively read all files in | |
Write | |
Write | |
Write |