Sha256: 38d809df43e5f7e37dbaf159b5bd1f6a3893ddb492b8de18634c9da92619a6e7
Contents?: true
Size: 350 Bytes
Versions: 65
Compression:
Stored size: 350 Bytes
Contents
/** * This is a meaningless block jsdoc for a meaningless function. * Joins two strings, separating them to appear on two lines. * * @name foo * @function * @param uno {String} first string * @param dos {String} second string * @return {String} result of the join */ module.exports = function foo (uno, dos) { return uno + '\n' + dos; }
Version data entries
65 entries across 65 versions & 2 rubygems