UNPKG

root-api

Version:

Organize your API with flexible customization in a breeze. No dependencies.

3 lines 58 B
module.exports = function(a = 0, b = 0) { return a + b; }