UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

14 lines (11 loc) 165 B
'use strict'; import { log as logBase } from 'aui-base'; function log(text) { logBase('module aui-chemaps says via aui-base', text); } export { log };