"use strict";
/* Function from Typescript: http://www.typescriptlang.org/ */module.exports = function (d, b) {
for (var p in b) {
if (b.hasOwnProperty(p)) {
d[p] = b[p];
}
}
function__() { this.constructor = d; }
__.prototype = b.prototype;
d.prototype = new__();
};