UNPKG

unsplash-js

Version:

Official JavaScript wrapper for the Unsplash API

6 lines (5 loc) 220 B
import { AnyJson } from './typescript'; /** * Note: restrict the type of JSON to `AnyJson` so that `any` doesn't leak downstream. */ export declare const getJsonResponse: (response: Response) => Promise<AnyJson>;