UNPKG

myst-cli

Version:
4 lines 232 B
import type { LoggerDE } from 'myst-cli-utils'; import type { ISession } from '../../session/types.js'; export declare function createServerLogger(session: ISession, ready: () => void): LoggerDE; //# sourceMappingURL=logger.d.ts.map