Skip to main content
Module

x/tail_lines/mod.ts>readOffsets

🦎 Tail the last N lines of a text file
Go to Latest
variable readOffsets
import { readOffsets } from "https://deno.land/x/tail_lines@v0.4.5/mod.ts";

type

(file: Deno.FsFile, maxOffsets?) => Promise<number[]>