UNPKG

sush-plugin-spreadsheet

Version:

SUSH Plugin for fetching Google Spreadsheet.

7 lines (6 loc) 165 B
export default class Util { static parseSheetEntry(entry: any): { [key: string]: string; }; static convertGidToWid(gid: string): string; }