UNPKG

fabric8-planner

Version:
13 lines (12 loc) 450 B
export declare const AND = "$AND"; export declare const OR = "$OR"; export declare const EQUAL = "$EQ"; export declare const NOT_EQUAL = "$NE"; export declare const IN = "$IN"; export declare const NOT_IN = "$NIN"; export declare const SUB_STR = "$SUBSTR"; export declare const ENCLOSURE = "\""; export declare const P_START = "("; export declare const P_END = ")"; export declare const EQUAL_QUERY = ":"; export declare const NOT_EQUAL_QUERY = "!";