Code files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function content (opts, c = 20) {
|
||||
return --c ? content(opts, c) : opts.ohoh
|
||||
}
|
||||
|
||||
module.exports = content
|
||||
Reference in New Issue
Block a user