@designliquido/xpath
    Preparing search index...

    Interface TypeEnv

    interface TypeEnv {
        variables?: Record<string, StaticType>;
        functions?: Record<string, { params: StaticType[]; result: StaticType }>;
    }
    Index

    Properties

    variables?: Record<string, StaticType>
    functions?: Record<string, { params: StaticType[]; result: StaticType }>