You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<aname="top"></a>
2
2
3
-

3
+

4
4
5
5
<palign="right">
6
6
<i>Artist: <ahref="https://darynamikhailenko.com/?utm_source=github&utm_medium=readme&utm_campaign=appsscript-utils&utm_content=banner-artist-credit"title="Portfolio of Daryna Mikhailenko, the artist">Daryna Mikhailenko</a></i>
@@ -54,7 +54,7 @@ Functions that enable various operations on a collection of base utility methods
|[`checkMultipleAccount`](src/appsscript/ui/checkMultipleAccount.ts)| Checks if multiple Google accounts are in use. |
171
171
|[`isHtmlOutput`](src/appsscript/ui/isHtmlOutput.ts)| Checks if an object is an [`HtmlOutput`](https://developers.google.com/apps-script/reference/html/html-output). |
172
172
|[`isTextOutput`](src/appsscript/ui/isTextOutput.ts)| Checks if an object is a [`TextOutput`](https://developers.google.com/apps-script/reference/content/text-output). |
@@ -183,7 +183,7 @@ This package contains core utility functions that are not tied to a specific App
|[`AdminDirectoryException`](src/exception/appsscript/admin/AdminDirectoryException.ts)| Represents an exception thrown when the Admin SDK Directory Service is not available or enabled. |
259
259
|[`InvalidGridRangeException`](src/exception/appsscript/sheet/InvalidGridRangeException.ts)| Represents an exception thrown when an invalid [`GridRange`](src/appsscript/sheet/types/GridRange.ts) object is provided. |
260
260
|[`InvalidRangeException`](src/exception/appsscript/sheet/InvalidRangeException.ts)| Represents an exception thrown when an invalid [range](https://developers.google.com/apps-script/reference/spreadsheet/sheet) object is provided. |
261
261
|[`InvalidSheetException`](src/exception/appsscript/sheet/InvalidSheetException.ts)| Represents an exception thrown when an invalid [sheet](https://developers.google.com/apps-script/reference/spreadsheet/sheet) object is provided. |
0 commit comments