Code coverage report for ./grasp.js

Statements: 100% (1 / 1)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (1 / 1)      Ignored: none     

All files » ./ » grasp.js
1 2 3 4 5 6 7 8 9            1    
/**
 * @file graspjs is micro-library.
 * Scaffolded with generator-microjs
 * @author Daniel Lamb <dlamb.open.source@gmail.com>
 */
 
function graspjs() {
  // TODO: implement your micro framework or library.
}