Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/tsc/dts/lib.webworker.d.ts>IDBKeyRange

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable IDBKeyRange
import { IDBKeyRange } from "https://deno.land/x/deno@v1.40.5/cli/tsc/dts/lib.webworker.d.ts";

type

{ prototype: IDBKeyRange; new (): IDBKeyRange; bound(
lower: any,
upper: any,
lowerOpen?: boolean,
upperOpen?: boolean,
): IDBKeyRange; lowerBound(lower: any, open?: boolean): IDBKeyRange; only(value: any): IDBKeyRange; upperBound(upper: any, open?: boolean): IDBKeyRange; }