Interface HLib

interface HLib {
    dicts: (HDefDict | HDefxDict)[];
    lib: HLibDict;
    name: string;
}

Properties

Properties

dicts: (HDefDict | HDefxDict)[]

All the library's dicts. This should also include the lib dict.

The lib dict.

name: string

The unique name of the lib.

This should map to the lib's unique def symbol name (i.e. lib:ph).