Plato on Github
Report Home
src/version.js
Maintainability
100.00
Lines of code
18
Difficulty
2.00
Estimated Errors
0.01
Function weight
By Complexity
By SLOC
/** * @file Public version implementation * @since 0.1.5 */ /*#ifndef(UMD)*/ "use strict"; /*global _gpfVersion*/ // GPF version /*#endif*/ /** * Returns the current version * * @return {String} Version * @since 0.1.5 */ gpf.version = function () { return _gpfVersion; };