UNPKG

lmd

Version:

LMD: Lazy Module Declaration

10 lines (9 loc) 157 B
define(function () { var a = '123'; function test() { return a; } if (typeof true === "boolean") { var b = test(); } });