UNPKG

lmd

Version:

LMD: Lazy Module Declaration

8 lines (7 loc) 104 B
var a = '123'; function test() { return a; } if (typeof true === "boolean") { var b = test(); }