UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

8 lines (7 loc) 207 B
define('module3', ['exports'], function (__exports__) { 'use strict'; function module3log(text) { console.module3log('module3 says', text); } __exports__.module3log = module3log; });