This is the dev preview website. Check out the document at lynxjs.org

Home > @lynx-js/genui > writeCatalogFunctions

writeCatalogFunctions() function

Signature:

export declare function writeCatalogFunctions(functions: CatalogFunction[], options: {
    cwd?: string;
    outDir: string;
}): void;

Parameters

Parameter

Type

Description

functions

CatalogFunction[]

options

{ cwd?: string; outDir: string; }

Returns:

void