Files
memecoin-botV2/.pnpm-store/v10/files/14/9dec2f910606de3df802d8a0feb210706816ee88ea1f0e2bd228cc601ad1e262bde5cfb8349ce9674d7d7e8baf65ca7f8dc45095302c997e257daaff252302

9 lines
550 B
Plaintext

// Code generated by Herebyfile.mjs generate:enums from internal/core/compileroptions.go. DO NOT EDIT.
export var ModuleDetectionKind;
(function (ModuleDetectionKind) {
ModuleDetectionKind[ModuleDetectionKind["None"] = 0] = "None";
ModuleDetectionKind[ModuleDetectionKind["Auto"] = 1] = "Auto";
ModuleDetectionKind[ModuleDetectionKind["Legacy"] = 2] = "Legacy";
ModuleDetectionKind[ModuleDetectionKind["Force"] = 3] = "Force";
})(ModuleDetectionKind || (ModuleDetectionKind = {}));
//# sourceMappingURL=moduleDetectionKind.enum.js.map