2 lines
124 B
TypeScript
2 lines
124 B
TypeScript
export declare function update(el: HTMLTextAreaElement, headToCursor: string, cursorToTail?: string): HTMLTextAreaElement;
|