UNPKG

@forestadmin/forest-cloud

Version:

Utility to bootstrap and publish forest admin cloud projects customization

10 lines 253 B
import type { Logger } from '../types'; export declare const loggerPrefix: { Debug: string; Info: string; Warn: string; Error: string; }; declare const _default: () => Logger; export default _default; //# sourceMappingURL=logger.d.ts.map