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

x/dtils/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@2.0.0/fs.ts";

Parameters

file: string

Returns

Promise<string>