UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

9 lines (6 loc) 164 B
'use strict'; import {log as logBase} from 'liferay/aui-base'; function log(text) { logBase('module aui-chemaps says via aui-base: ' + text); } export {log};