UNPKG

@sno2/pex

Version:

An unofficial promise-based Pexels API wrapper with top-notch TypeScript support.

8 lines (7 loc) 437 B
export type { Locale } from "./locale"; export type { Orientation } from "./orientation"; export type { PaginatedData, PaginatedOpts } from "./pagination"; export type { Photo, PhotoSource, PhotoQuery, PhotosQuery } from "./photo"; export type { Quality } from "./quality"; export type { Size } from "./size"; export type { Video, VideoUser, VideoFile, VideoPicture, VideoQuery, VideosQuery, PopularVideosQuery, } from "./video";