create-strapi-app
Version:
Generate a new Strapi application.
10 lines • 367 B
TypeScript
export declare const logger: {
log(message: string | string[]): void;
title(title: string, message: string): void;
info(message: string): void;
success(message: string): void;
fatal(message?: string | string[]): never;
error(message: string | string[]): void;
warn(message: string | string[]): void;
};
//# sourceMappingURL=logger.d.ts.map