UNPKG

imgur

Version:

Unofficial JavaScript library for Imgur

5 lines (3 loc) 241 B
import { ImgurClient } from '../client'; import { ImgurApiResponse, AlbumData } from '../common/types'; export declare function createAlbum(client: ImgurClient, title?: string, description?: string): Promise<ImgurApiResponse<AlbumData>>;