read_fileCopyimport { read_file } from "https://raw.githubusercontent.com/olaven/dio/master/mod.ts";Returns content of file async function read_file(path: string): Promise<string>;§read_file(path: string): Promise<string>[src]§Parameters§path: string[src]§Return Type§Promise<string>[src]