phodal/lettuce

View on GitHub
src/_outro.js

Summary

Maintainability
A
0 mins
Test Coverage
if (typeof define === "function" && define.amd) {
    define("lettuce", [], function () {
        return Lettuce;
    });
}
var strundefined = typeof undefined;
if (typeof noGlobal === strundefined) {
    window.Lettuce = Lettuce;
}
return Lettuce;
}));