UNPKG

pixeldrainjs

Version:

A NodeJS Wrapper for the pixeldrain.com API

6 lines (5 loc) 96 B
export interface FilePutError { success: boolean; message: string; value: string; }