UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 206 B
/** * Matching Instruction for the order. * tag: 1625 * @readonly * @enum {number} (int) */ export declare enum MatchInst { /** Match */ Match = 1, /** Do Not Match */ DoNotMatch = 2 }