Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/dts/lib.deno.ns.d.ts>Deno.SeekMode

A modern runtime for JavaScript and TypeScript.
Go to Latest
enum Deno.SeekMode
import { Deno } from "https://deno.land/x/deno@v1.28.1/cli/dts/lib.deno.ns.d.ts";
const { SeekMode } = Deno;

A enum which defines the seek mode for IO related APIs that support seeking.

Members

Current = 1
End = 2
Start = 0