(function () { 'use strict'; /** * @constructor */ function KnoinAbstractBoot() { } KnoinAbstractBoot.prototype.bootstart = function () { }; module.exports = KnoinAbstractBoot; }());