UNPKG

xoh-xapi

Version:
8 lines (7 loc) 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.POSITION_REJECTED = exports.POSITION_ACCEPTED = exports.POSITION_PENDING = exports.POSITION_ERROR = void 0; exports.POSITION_ERROR = 1; exports.POSITION_PENDING = 2; exports.POSITION_ACCEPTED = 3; exports.POSITION_REJECTED = 4;