UNPKG

dockerfile-language-service

Version:

A language service for Dockerfiles to enable the creation of feature-rich Dockerfile editors.

7 lines (6 loc) 162 B
export declare class PlainTextDocumentation { private dockerMessages; private markdowns; constructor(); getDocumentation(data: string): string; }