UNPKG

@earendil-works/pi-coding-agent

Version:

Coding agent CLI with read, bash, edit, write tools and session management

7 lines 293 B
export interface DecodedHtmlEntity { text: string; length: number; } export declare function decodeHtmlEntity(entity: string): string | undefined; export declare function decodeHtmlEntityAt(html: string, index: number): DecodedHtmlEntity | undefined; //# sourceMappingURL=html.d.ts.map