forked from Botanical/BotanJS
11 lines
224 B
JavaScript
11 lines
224 B
JavaScript
/** @constructor */
|
|
Components.Vim.DateTime = function(){};
|
|
|
|
/**
|
|
* @param {Date} given
|
|
* @return {string}
|
|
*/
|
|
Components.Vim.DateTime.RelativeTime = function(given){};
|
|
/** @type Function */
|
|
Components.Vim.DateTime.String;
|