UNPKG

lmd

Version:

LMD: Lazy Module Declaration

12 lines (10 loc) 250 B
(function (require, exports, module) { if (typeof require === "function") { //#JSCOVERAGE_IF 0 throw 'require should not be a function'; //#JSCOVERAGE_ENDIF } exports.some_function = function () { return true; }; });