UNPKG

xquery-cli

Version:

A command-line tool for XQuery

9 lines (8 loc) 412 B
import { FontoxpathOptions, XqueryModules, XqueryResult } from '../types'; export declare function evaluateUpdatingExpressionOnNode(modules: XqueryModules, contextNode: Node | null, variables: object, options: FontoxpathOptions): Promise<{ isUpdating: boolean; returnValue: XqueryResult<{ [key: string]: XqueryResult<any>; }>[]; }>; export declare function startChildProcess(): void;