Skip to main content
Module

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

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