UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

8 lines 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IgSentryBlockError = void 0; const ig_response_error_1 = require("./ig-response.error"); class IgSentryBlockError extends ig_response_error_1.IgResponseError { } exports.IgSentryBlockError = IgSentryBlockError; //# sourceMappingURL=ig-sentry-block.error.js.map