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

x/ana_utils/src/dictionary.ts>Dictionary

🅰️ Utility functions for Ana
Go to Latest
type alias Dictionary
import { type Dictionary } from "https://deno.land/x/ana_utils@v0.0.1/src/dictionary.ts";
definition: { [key: string]: EntryType; }