UNPKG

mof-whacko

Version:

A middleware wrapped whacko module for floodesh

13 lines (9 loc) 202 B
"use strict" const whacko = require('whacko') module.exports = function(){ return function(ctx,next){ if(ctx.type === 'text/html') ctx.$ = whacko.load(ctx.content); return next(); } }