@getodk/xpath 0.1.2 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- export { e as expressionParser } from './expressionParser-BbqMYp75.js';
1
+ export { e as expressionParser } from './expressionParser-BRkDdCO9.js';
2
2
  //# sourceMappingURL=expressionParser.js.map
@@ -3,6 +3,7 @@ import { NumberFunction } from '../../evaluator/functions/NumberFunction.ts';
3
3
  import { StringFunction } from '../../evaluator/functions/StringFunction.ts';
4
4
 
5
5
  export declare const countNonEmpty: NumberFunction<number>;
6
+ export declare const indexedRepeat: NodeSetFunction<number>;
6
7
  export declare const instance: NodeSetFunction<number>;
7
8
  export declare const once: StringFunction<number>;
8
9
  export declare const position: NumberFunction<number>;