UNPKG

duo-test

Version:

Duo's testing utility.

8 lines (5 loc) 128 B
module.exports = hello; function hello(){ var args = [].slice.call(arguments); return ['hello'].concat(args).join(' '); }