dir_exists
import { dir_exists } from "https://raw.githubusercontent.com/olaven/dio/master/mod.ts";Returns true or false depending on wether a directory exists at the path or not.
async function dir_exists(path: string): Promise<boolean>;
import { dir_exists } from "https://raw.githubusercontent.com/olaven/dio/master/mod.ts";Returns true or false depending on wether a directory exists at the path or not.