aureooms/js-logic

View on GitHub
js/src/nnd.js

Summary

Maintainability
A
0 mins
Test Coverage

var nnd = function ( a , b )  {

    return a( b , a ) ;

} ;

exports.nnd = nnd ;