UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

5 lines (4 loc) 141 B
import { CustomError } from 'ts-custom-error'; export declare class IgClientError extends CustomError { constructor(message?: string); }