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

x/datastructure/queue/helper.d.ts>DataType

Implement different Data Structures using TypeScript. Deno Third-party Module.
Go to Latest
type alias DataType
import { type DataType } from "https://deno.land/x/datastructure@1.0.2/queue/helper.d.ts";
definition: { key: string | number; value: T; }