botanjs/src/externs/Astro.Blog.Config.js
raw ยท 113 bytes
/** @constructor */
Astro.Blog.Config = function() {};
/** @type {Function} */
Astro.Blog.Config.prototype.get;
Javascript framework for my blog
raw ยท 113 bytes
/** @constructor */
Astro.Blog.Config = function() {};
/** @type {Function} */
Astro.Blog.Config.prototype.get;