UNPKG

easy-api.ts

Version:

A powerful library to create your own API with ease.

1 lines 441 B
Object.defineProperty(exports,"__esModule",{value:!0});let APIFunction_1=require("../../classes/structures/APIFunction");class HTTPCleanUp extends APIFunction_1.APIFunction{name="$httpCleanup";description="Clean up the HTTP results.";parameters=[];usage=this.name;returns=APIFunction_1.ParamType.Unknown;compile=!0;aliases=[];async run(e){e.internalVarExists("EATS_REQUEST")&&e.deleteInternalVar("EATS_REQUEST")}}exports.default=HTTPCleanUp;