Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Deno.SeekMode

enum SeekMode {
Start = 0,
Current = 1,
End = 2,
}

§Members

§
SeekMode.Current = 1
[src]
§
SeekMode.End = 2
[src]
§
SeekMode.Start = 0
[src]