update
This commit is contained in:
8
node_modules/playwriter/dist/htmlrewrite.d.ts
generated
vendored
Normal file
8
node_modules/playwriter/dist/htmlrewrite.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface FormatHtmlOptions {
|
||||
html: string;
|
||||
keepStyles?: boolean;
|
||||
maxAttrLen?: number;
|
||||
maxContentLen?: number;
|
||||
}
|
||||
export declare function formatHtmlForPrompt({ html, keepStyles, maxAttrLen, maxContentLen, }: FormatHtmlOptions): Promise<string>;
|
||||
//# sourceMappingURL=htmlrewrite.d.ts.map
|
||||
Reference in New Issue
Block a user