/// <reference path="../../typings/tsd.d.ts" />
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var DDolly = require('../Dolly');
var Dollyjs;
(function (Dollyjs) {
/**
* @class ExHelpers
*/
var ExHelpers = (function (_super) {
__extends(ExHelpers, _super);
/**
* @constructs ExHelpers
*/
function ExHelpers() {
_super.call(this);
}
return ExHelpers;
})(DDolly.Dolly);
Dollyjs.ExHelpers = ExHelpers;
})(Dollyjs || (Dollyjs = {}));
module.exports = Dollyjs;
//# sourceMappingURL=ExHelpers.js.map