UNPKG

dclint

Version:

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

5 lines (4 loc) 207 B
import { Document } from 'yaml'; declare function parseYAML(content: string): Document.Parsed; declare function stringifyDocument(document: Document.Parsed): string; export { parseYAML, stringifyDocument };