UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

11 lines (8 loc) 170 B
'use strict'; import {log as logCore} from 'liferay/aui-core'; function log(text) { logCore('module aui-chemaps says via aui-core: ' + text); } export { log };