UNPKG

blogware

Version:

A static site generator for hosting full-featured Ghost blog on GitHub Pages.

10 lines (7 loc) 148 B
var meta = require('./meta'); function attach(obj) { if (!obj.meta) { obj.constructor.prototype.meta = meta; } } exports.attach = attach;