UNPKG

@strapi/pack-up

Version:

Simple tools for creating interoperable CJS & ESM packages.

8 lines (7 loc) 233 B
import ts from 'typescript'; import type { Logger } from '../../core/logger'; declare const printDiagnostic: (diagnostic: ts.Diagnostic, { logger, cwd }: { logger: Logger; cwd: string; }) => void; export { printDiagnostic };