UNPKG

trclib

Version:

Client and utility wrappers for TRC rest APIs

8 lines (7 loc) 246 B
import * as trc from './trc2'; export declare class Sheet extends trc.Sheet { _sheetInfo: trc.ISheetInfoResult; static DefaultName: string; constructor(); getInfo(successFunc: (data: trc.ISheetInfoResult) => void): void; }