botanjs/src/externs/Astro.Bootstrap.js
raw ยท 220 bytes
/** @constructor */
Astro.Bootstrap = function() {};
/** @type {function(): void} */
Astro.Bootstrap.prototype.init;
/** @param {function(): void} callback */
Astro.Bootstrap.prototype.regInit = function(callback) {};