UNPKG

thehandy

Version:

A TypeScript wrapper around the public REST API for The Handy

5 lines 277 B
export default class HandyUtils { /** Takes a CSV file and uploads it to the publicly-provided Handy server, to obtain a URL that can be sent to the Handy */ static uploadCsv(csv: File, filename?: string): Promise<string>; } //# sourceMappingURL=HandyUtils.d.ts.map