All files / dist/Constants ArrayStrategy.js

0% Statements 0/5
0% Branches 0/2
0% Functions 0/1
0% Lines 0/5
1 2 3 4 5 6 7 8 9                 
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ArrayStrategy;
(function (ArrayStrategy) {
    ArrayStrategy["PUSH"] = "PUSH";
    ArrayStrategy["REPLACE"] = "REPLACE";
})(ArrayStrategy || (ArrayStrategy = {}));
exports.default = ArrayStrategy;
//# sourceMappingURL=ArrayStrategy.js.map