From 46fc4b0518c61821f39caf35cc86ec6e2c12a335 Mon Sep 17 00:00:00 2001 From: kotaindah55 Date: Sat, 8 Feb 2025 22:26:44 +0200 Subject: [PATCH] feat: add helper to check that the line is blank --- src/editor-mode/parser/utils/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/editor-mode/parser/utils/index.ts b/src/editor-mode/parser/utils/index.ts index 7d102bd..70418b0 100644 --- a/src/editor-mode/parser/utils/index.ts +++ b/src/editor-mode/parser/utils/index.ts @@ -6,4 +6,5 @@ export * from "./getShifterStart"; export * from "./hasInterferer"; export * from "./retrieveDelimSpec"; export * from "./validateDelim"; -export * from "./disableEscape"; \ No newline at end of file +export * from "./disableEscape"; +export * from "./isBlankLine"; \ No newline at end of file