Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/lib/fs.ts>readText

The best unofficial library of utilities for Deno applications
Go to Latest
function readText
import { readText } from "https://deno.land/x/dtils@1.6.1/lib/fs.ts";

Parameters

file: string

Returns

Promise<string>