UNPKG
@broxus/locklift-deploy
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
Locklift plugin for replicable deployments and easy testing
@broxus/locklift-deploy
/
dist
/
types.js
9 lines
(8 loc)
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"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
= {}));