Plato on Github
Report Home
src/sprite/index.js
Maintainability
149.62
Lines of code
13
Difficulty
5.63
Estimated Errors
0.02
Function weight
By Complexity
By SLOC
define('lyria/sprite', function() { var Sprite = (function() { var Sprite = function() { }; return Sprite; })(); return Sprite; });