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

x/deno/cli/tsc/dts/lib.dom.d.ts>Range

A modern runtime for JavaScript and TypeScript.
Latest
variable Range
import { Range } from "https://deno.land/x/deno@v1.41.0/cli/tsc/dts/lib.dom.d.ts";

type

{ prototype: Range; readonly START_TO_START: 0; readonly START_TO_END: 1; readonly END_TO_END: 2; readonly END_TO_START: 3; new (): Range; }