Skip to content

Commit 1bb69a5

Browse files
committed
getRange return type - : [Point, Point]
1 parent a3b8918 commit 1bb69a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib_src/misc/cells.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getLine } from "./blocks.js"
66

77
import { Point, TextEditor } from "atom"
88

9-
export function getRange(editor: TextEditor) {
9+
export function getRange(editor: TextEditor): [Point, Point] {
1010
// Cell range is:
1111
// Start of line below top delimiter (and/or start of top row of file) to
1212
// End of line before end delimiter

0 commit comments

Comments
 (0)