UNPKG

flickr-sdk

Version:

Almost certainly the best Flickr API client in the world for node and the browser

5 lines (4 loc) 153 B
import type { Parser } from "../types"; export declare class FormParser implements Parser { parse(res: Response): Promise<Record<string, string>>; }