mirror of
https://github.com/talwrii/plugin-repl.git
synced 2026-07-22 11:40:27 +00:00
5 lines
58 B
TypeScript
5 lines
58 B
TypeScript
|
|
export type Cursor = {
|
|
line: number
|
|
ch: number
|
|
}
|