UNPKG

root-api

Version:

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

3 lines 54 B
module.exports = function(a = 0) { return 1000 + a; }