Skip to content

Commit 7940736

Browse files
committed
feat: export insertAtLineStart function.
1 parent ae53d0d commit 7940736

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import * as MarkdownUtil from './utils/markdownUtils';
44

55
export * from './commands';
66
export * from './utils/markdownUtils';
7+
export * from './utils/InsertTextAtPosition';
78
export * from './Editor';
89
export * from './Context';
910

0 commit comments

Comments
 (0)