UNPKG

instagram-graph-api

Version:

A library to help perform requests to the Instagram Graph API.

16 lines (15 loc) 332 B
import { MediaField } from './Enums'; /** * A set of utility functions. * * @author Tiago Grosso <tiagogrosso99@gmail.com> * @since 1.0.0 */ export declare class Utils { /** * Gets all the media fields. * * @returns an array with all the media fields. */ static getAllMediaFields(): MediaField[]; }