forked from Botanical/BotanJS
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
/** @constructor */
|
|
Astro.Blog.Config = function() {};
|
|
|
|
/** @type {Function} */
|
|
Astro.Blog.Config.get;
|