UNPKG

@offrain/montonio-api

Version:
9 lines (8 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Evn = void 0; var Evn; (function (Evn) { Evn[Evn["true"] = 0] = "true"; Evn[Evn["false"] = 1] = "false"; })(Evn = exports.Evn || (exports.Evn = {}));