UNPKG

root-api

Version:

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

5 lines 112 B
module.exports = function() { return function(a = 0, b = 0) { return a + b + (this.one ? this.one : 0); } };