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

x/oak/mod.ts>ByteRange

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
interface ByteRange
import { type ByteRange } from "https://deno.land/x/oak@v13.2.1/mod.ts";

Properties

start: number
end: number