all files / dist/binders/structure/ general.js

100% Statements 12/12
100% Branches 2/2
100% Functions 1/1
100% Lines 10/10
1 branch Ignored     
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15         
"use strict";
function __export(m) {
    for (var p in m) /* istanbul ignore else */ Eif (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
__export(require("./general/StructureCallSignatureBinder"));
__export(require("./general/StructureCallSignatureParameterBinder"));
__export(require("./general/StructureDecoratorBinder"));
__export(require("./general/StructureIndexSignatureBinder"));
__export(require("./general/StructureObjectPropertyBinder"));
__export(require("./general/StructureTypeAliasBinder"));
__export(require("./general/StructureTypeParameterBinder"));
__export(require("./general/StructureUserDefinedTypeGuardBinder"));
 
//# sourceMappingURL=general.js.map