UNPKG

automizy-email-editor

Version:

Design mobile friendly HTML emails in your application.

11 lines (9 loc) 176 B
// bar.js define('bar', function(require) { var foo = require("./foo"); return { name: 'bar', foo: foo }; }); define('foo', function () {});