Files
2023-11-25 18:12:47 -05:00

3 lines
134 B
TypeScript

export declare function isCursorAtEnd(element: Element): boolean;
export declare function isCursorAtStart(element: Element): boolean;