Skip to main content
Module

std/io/files.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.114.0/io/files.ts";

Functions

Read a range of bytes from a file or other resource that is readable and seekable. The range start and end are inclusive of the bytes within that range.

Read a range of bytes synchronously from a file or other resource that is readable and seekable. The range start and end are inclusive of the bytes within that range.