UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

4 lines (3 loc) 198 B
import type { AstroInlineConfig } from '../../types/public/config.js'; import { Logger } from '../logger/core.js'; export declare function createNodeLogger(inlineConfig: AstroInlineConfig): Logger;