UNPKG

automizy-email-editor

Version:

Design mobile friendly HTML emails in your application.

14 lines (13 loc) 202 B
define("dos", ["tres"], function(tres) { return { name: "dos", doSomething: function() { return { tresName: tres.name }; } }; } );