UNPKG

xoh-xapi

Version:
8 lines (7 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QUOTE_CROSS = exports.QUOTE_DEPTH = exports.QUOTE_FLOAT = exports.QUOTE_FIXED = void 0; exports.QUOTE_FIXED = 1; exports.QUOTE_FLOAT = 2; exports.QUOTE_DEPTH = 3; exports.QUOTE_CROSS = 4;