Function: dumpCatalog()
dumpCatalog(
directory): (options?) =>Promise<EventCatalog>
Defined in: eventcatalog.ts:90
Dumps the catalog to a JSON file.
Parameters
| Parameter | Type | Description |
|---|---|---|
directory | string | The directory of the catalog. |
Returns
Function
A JSON file with the catalog.
Parameters
| Parameter | Type |
|---|---|
options? | { includeMarkdown: boolean; } |
options.includeMarkdown? | boolean |
Returns
Promise<EventCatalog>