UNPKG
sush-plugin-spreadsheet
Version:
latest (1.0.1)
1.0.1
1.0.0
SUSH Plugin for fetching Google Spreadsheet.
3846masa/SUSH
sush-plugin-spreadsheet
/
src
/
Util.d.ts
7 lines
(6 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
default
class
Util
{
static
parseSheetEntry
(entry: any)
: {
[key: string]: string; };
static
convertGidToWid
(gid: string)
: string;
}