import { type DataType } from "https://deno.land/x/datastructure@1.2.1/linkedList/singly/helper.d.ts";
definition: { key: string | number; value: T; }
x/datastructure/linkedList/singly/helper.d.ts>DataType
import { type DataType } from "https://deno.land/x/datastructure@1.2.1/linkedList/singly/helper.d.ts";