UNPKG

lmd

Version:

LMD: Lazy Module Declaration

15 lines (11 loc) 207 B
/** * User plugin */ /** * @name sandbox */ (function (sb) { sb.require.user_plugin_with_options_feature = function () { return sb.options['user_plugin_with_options']; }; }(sandbox));