UNPKG

poe

Version:
7 lines (4 loc) 110 B
var minstache = require('minstache'); module.exports = function(str, obj) { return minstache(str, obj); }