Home > @lynx-js/genui > writeCatalogFunctions
Signature:
export declare function writeCatalogFunctions(functions: CatalogFunction[], options: { cwd?: string; outDir: string; }): void;
Parameter
Type
Description
functions
CatalogFunction[]
options
{ cwd?: string; outDir: string; }
Returns:
void