UNPKG

@broxus/locklift-deploy

Version:

Locklift plugin for replicable deployments and easy testing

9 lines (8 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeployType = void 0; var DeployType; (function (DeployType) { DeployType["FIXTURE"] = "FIXTURE"; DeployType["DEPLOY"] = "DEPLOY"; })(DeployType = exports.DeployType || (exports.DeployType = {}));