UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

9 lines (7 loc) 189 B
define('pej-jung', ['exports'], function (__exports__) { 'use strict'; function log(text) { console.log('module pej-jung says', text); } __exports__.log = log; });