UNPKG

@e280/quay

Version:

File-browser and outliner UI for the web

8 lines (7 loc) 268 B
import { Kind, Schema, Taxons } from "./types.js"; /** Defines the static details about each "kind" of data */ export declare class Taxonomy<Sc extends Schema> { #private; constructor(taxons: Taxons<Sc>); taxon<K extends Kind<Sc>>(kind: K): Sc["taxon"]; }