AsyncSeeker import { AsyncSeeker } from "destack:async"; Asynchronous seekable byte stream. export interface AsyncSeeker { seek(from: SeekFrom): AsyncResult; } language/library/src/async/seek.ds:7:10 Members seek(from: SeekFrom): AsyncResult Seek to a new stream position.