• Parameters

    Returns FromItem<
        {
            alias: Text<0 | 1>;
            description: Text<0 | 1>;
            dictionaries: Array<0 | 1, Regdictionary<0 | 1>>;
            dictionary: Regdictionary<0 | 1>;
            lexemes: Array<0 | 1, Text<0 | 1>>;
            token: Text<0 | 1>;
        },
    >

  • Parameters

    • a0: undefined | string | Text<0 | 1>

    Returns FromItem<
        {
            alias: Text<0 | 1>;
            description: Text<0 | 1>;
            dictionaries: Array<0 | 1, Regdictionary<0 | 1>>;
            dictionary: Regdictionary<0 | 1>;
            lexemes: Array<0 | 1, Text<0 | 1>>;
            token: Text<0 | 1>;
        },
    >