UNPKG

boomerang-client

Version:
5 lines (4 loc) 94 B
var two = require('./require-two'); module.exports = function (a, b) { return two(a, b); };