UNPKG

root-api

Version:

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

3 lines 82 B
module.exports = function(a = 0) { return this.one + this.two + this.three + a; }