all files / dist/definitions/class/ ClassPropertyKind.js

100% Statements 6/6
100% Branches 2/2
100% Functions 1/1
100% Lines 6/6
1 2 3 4 5 6 7 8 9 10 11         
"use strict";
(function (ClassPropertyKind) {
    ClassPropertyKind[ClassPropertyKind["Normal"] = 0] = "Normal";
    ClassPropertyKind[ClassPropertyKind["GetAccessor"] = 1] = "GetAccessor";
    ClassPropertyKind[ClassPropertyKind["SetAccessor"] = 2] = "SetAccessor";
    ClassPropertyKind[ClassPropertyKind["GetSetAccessor"] = 3] = "GetSetAccessor";
})(/* istanbul ignore next */exports.ClassPropertyKind || (exports.ClassPropertyKind = {}));
var ClassPropertyKind = exports.ClassPropertyKind;
 
//# sourceMappingURL=ClassPropertyKind.js.map