UNPKG

@graphql-markdown/core

Version:

GraphQL-Markdown core package for generating Markdown documentation from a GraphQL schema.

13 lines 362 B
/** * Render files event constants. * * @packageDocumentation */ /** * Event names fired once after all output files (entities + homepage) are written. */ export declare const RenderFilesEvents: { /** Emitted after all files have been written */ readonly AFTER_RENDER: "render:afterRenderFiles"; }; //# sourceMappingURL=render-files-events.d.ts.map