Files
memecoin-botV2/.pnpm-store/v10/files/c5/fe8eb77d7d80c54a55f2f433fc5c2851c6e6b37d17bc4068aecc17823a90db951700551705f5fd182926a9b629da3a13f078b67ddb6063366351ca52b7fa14

10 lines
711 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TSESTree = exports.AST_TOKEN_TYPES = exports.AST_NODE_TYPES = void 0;
// for convenience's sake - export the types directly from here so consumers
// don't need to reference/install both packages in their code
var types_1 = require("@typescript-eslint/types");
Object.defineProperty(exports, "AST_NODE_TYPES", { enumerable: true, get: function () { return types_1.AST_NODE_TYPES; } });
Object.defineProperty(exports, "AST_TOKEN_TYPES", { enumerable: true, get: function () { return types_1.AST_TOKEN_TYPES; } });
Object.defineProperty(exports, "TSESTree", { enumerable: true, get: function () { return types_1.TSESTree; } });