UNPKG

@eventcatalog/generator-github

Version:

Pull and Sync schemas from GitHub to EventCatalog

6 lines (3 loc) 191 B
import { EventCatalogConfig, GeneratorProps } from './types.mjs'; declare const _default: (_: EventCatalogConfig, options: GeneratorProps) => Promise<void>; export { _default as default };