UNPKG

zenstack

Version:

FullStack enhancement for Prisma ORM: seamless integration from database to UI

8 lines (7 loc) 322 B
import { AstNode, JSDocDocumentationProvider } from 'langium'; /** * Documentation provider that first tries to use triple-slash comments and falls back to JSDoc comments. */ export declare class ZModelDocumentationProvider extends JSDocDocumentationProvider { getDocumentation(node: AstNode): string | undefined; }