feat: add helper to check that the line is blank

This commit is contained in:
kotaindah55 2025-02-08 22:26:44 +02:00
parent 4b6c2a5159
commit 46fc4b0518

View file

@ -6,4 +6,5 @@ export * from "./getShifterStart";
export * from "./hasInterferer";
export * from "./retrieveDelimSpec";
export * from "./validateDelim";
export * from "./disableEscape";
export * from "./disableEscape";
export * from "./isBlankLine";