Skip to main content
Module

x/tail_lines/mod.ts>tailLine

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

type

(
path: string,
maxLines: number,
decoderOpts?: DecoderOptions,
) => Promise<string[]>