Migrate old externs 9/x

This commit is contained in:
2026-06-17 20:48:46 +08:00
parent 00fe7ca3bb
commit 01d4eb09a6
66 changed files with 708 additions and 420 deletions
@@ -1,7 +1,10 @@
/** @constructor */
Components.Vim.DateTime = function(){};
/** @type Function */
Components.Vim.DateTime.RelativeTime;
/**
* @param {Date} given
* @return {string}
*/
Components.Vim.DateTime.RelativeTime = function(given){};
/** @type Function */
Components.Vim.DateTime.String;