UNPKG

automizy-email-editor

Version:

Design mobile friendly HTML emails in your application.

11 lines (10 loc) 250 B
//This file does not use exports, just //return, but need to test that it does not //automatically get an exports object assigned define( function () { return function () { return 'simpleReturn'; }; } );