UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

5 lines (4 loc) 151 B
import { IgClientError } from './ig-client.error'; export declare class IgCookieNotFoundError extends IgClientError { constructor(name: string); }