UNPKG

hummus-recipe

Version:

A powerful PDF tool for NodeJS based on HummusJS

6 lines (3 loc) 101 B
"use strict"; var o = { foo: "bar" }; module.exports = function (t, a) { a(t("foo")(o), o.foo); };