Migrate old externs 4/x

This commit is contained in:
2026-06-15 05:38:17 +08:00
parent 7cdcd3b681
commit 4f2131e317
21 changed files with 199 additions and 96 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
/** @constructor */
Astro.Bootstrap = function() {};
/** @type {Function} */
Astro.Bootstrap.init;
/** @type {function(): void} */
Astro.Bootstrap.prototype.init;
/** @type {Function} */
Astro.Bootstrap.regInit;
/** @param {function(): void} callback */
Astro.Bootstrap.prototype.regInit = function(callback) {};