@lcap/nasl-unified-frontend-generator > codeFormatPlugin
codeFormatPlugin variable
Signature:
codeFormatPlugin: {
name: string;
functions: {
format(str: string, options?: PrettierOptions): Promise<string>;
};
}
@lcap/nasl-unified-frontend-generator > codeFormatPlugin
Signature:
codeFormatPlugin: {
name: string;
functions: {
format(str: string, options?: PrettierOptions): Promise<string>;
};
}