UNPKG

lmd

Version:

LMD: Lazy Module Declaration

15 lines (11 loc) 181 B
/** * User plugin */ /** * @name sandbox */ (function (sb) { sb.require.user_plugin_feature = function () { return 'Hello from user plugin!'; }; }(sandbox));