UNPKG

imgur

Version:

Unofficial JavaScript library for Imgur

5 lines (3 loc) 224 B
import { ImgurClient } from '../client'; import { ImgurApiResponse } from '../common/types'; export declare function getAlbumsIds(client: ImgurClient, account: string, page?: number): Promise<ImgurApiResponse<string[]>>;