UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

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