penguin/AstroJS

Javascript framework for my blog

botanjs/src/externs/Components.Vim.DateTime.js

raw ยท 224 bytes

/** @constructor */
Components.Vim.DateTime = function(){};

/**
 * @param {Date} given
 * @return {string}
 */
Components.Vim.DateTime.RelativeTime = function(given){};
/** @type Function */
Components.Vim.DateTime.String;