UNPKG

dclint

Version:

A command-line tool for validating and enforcing best practices in Docker Compose files.

4 lines (3 loc) 140 B
import type { FormatterFunction } from './formatter.types'; declare const compactFormatter: FormatterFunction; export { compactFormatter };