UNPKG

@jsonquerylang/jsonquery

Version:

A small, flexible, and expandable JSON query language

26 lines 736 B
export declare const operators: { and: string; or: string; eq: string; gt: string; gte: string; lt: string; lte: string; ne: string; add: string; subtract: string; multiply: string; divide: string; pow: string; mod: string; in: string; 'not in': string; }; export declare const unquotedPropertyRegex: RegExp; export declare const startsWithUnquotedPropertyRegex: RegExp; export declare const startsWithStringRegex: RegExp; export declare const startsWithNumberRegex: RegExp; export declare const startsWithIntRegex: RegExp; export declare const startsWithKeywordRegex: RegExp; export declare const startsWithWhitespaceRegex: RegExp; //# sourceMappingURL=constants.d.ts.map