We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adab35c commit d8b407cCopy full SHA for d8b407c
src/appsscript/sheets/index.ts
@@ -24,6 +24,8 @@ export { isTextStyle } from "./isTextStyle";
24
export { isValidSheetName } from "./isValidSheetName";
25
export { isValidSpreadsheetId } from "./isValidSpreadsheetId";
26
27
+export { nonSheet } from "./nonSheet";
28
+
29
export { parseA1Notation } from "./parseA1Notation";
30
31
export { toA1Notation } from "./toA1Notation";
0 commit comments