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