UNPKG

catlogjs

Version:

Static site generator, translate human readable text format(such as markdown) into html, with a lot of other functions

10 lines (6 loc) 152 B
var Apple = function(opts) { opts = opts || {}; this.name = opts.name || 'Fuji'; this.sound = opts.sound || 'crunch'; return this; }