UNPKG

put.io-node

Version:

A Node.js wrapper for put.io APIv2 http://put.io

5 lines (4 loc) 144 B
import { PutIoHelper } from '../helpers/PutIoHelper'; export declare class Events extends PutIoHelper { getEventsList(): Promise<string>; }