UNPKG

@lcap/nasl

Version:

NetEase Application Specific Language

10 lines 397 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAxios = void 0; const axios_1 = __importDefault(require("axios")); const getAxios = () => axios_1.default; exports.getAxios = getAxios; //# sourceMappingURL=sentry.js.map