Skip to content

Commit d8b407c

Browse files
fix: imports
1 parent adab35c commit d8b407c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/appsscript/sheets/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export { isTextStyle } from "./isTextStyle";
2424
export { isValidSheetName } from "./isValidSheetName";
2525
export { isValidSpreadsheetId } from "./isValidSpreadsheetId";
2626

27+
export { nonSheet } from "./nonSheet";
28+
2729
export { parseA1Notation } from "./parseA1Notation";
2830

2931
export { toA1Notation } from "./toA1Notation";

0 commit comments

Comments
 (0)