UNPKG

@jaisocx/jpath

Version:

JPath accepts queries of datatype (string|number)[] and performs lookup in js objects and arrays

9 lines 394 B
export interface JPathDataInterface { isPlaceholderValue(): number; setIsPlaceholderValue(isPlaceholder: number): JPathDataInterface; getJPath(): (string | number)[]; setJPath(jpath: (string | number)[]): JPathDataInterface; getJPathExpression(): string; setJPathExpression(jpathExpression: string): JPathDataInterface; } //# sourceMappingURL=JPathDataInterface.d.ts.map