Module

x/dejs/vendor/https/deno.land/std/io/util.ts>ByteRange

ejs template engine for deno.
Go to Latest
interface ByteRange
import { type ByteRange } from "https://dotland.deno.dev/x/dejs@0.10.1/vendor/https/deno.land/std/io/util.ts";

Properties

start: number

The 0 based index of the start byte for a range.

end: number

The 0 based index of the end byte for a range, which is inclusive.