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 logCore } from 'aui-core'; function log(text) { logCore('module aui-chemaps says via aui-core', text); } export { log };