UNPKG

@creejs/commons-logging

Version:
16 lines (15 loc) 266 B
/** * @type {string} * @memberof ProviderType */ export const Log4js: string; /** * @type {string} * @memberof ProviderType */ export const Console: string; declare namespace _default { export { Log4js }; export { Console }; } export default _default;