UNPKG

lmd

Version:

LMD: Lazy Module Declaration

9 lines (8 loc) 182 B
if (typeof require === "function") { //#JSCOVERAGE_IF 0 throw 'require should not be a function'; //#JSCOVERAGE_ENDIF } exports.some_function = function () { return true; };