Skip to main content
Module

std/fs/mod.ts>readFileStrSync

Deno standard library
Go to Latest
function readFileStrSync
import { readFileStrSync } from "https://deno.land/std@0.52.0/fs/mod.ts";

Read file synchronously and output it as a string.

Parameters

filename: string

File to read

optional
opts: ReadOptions = [UNSUPPORTED]

Read options

Returns

string