Files
memecoin-botV2/.pnpm-store/v10/files/95/47f94645a84324bf2dc8d18c1261314335c9960117528eef2682ce24f556139e6e99b7d3cf50dcac3666e26ee5447c7b322764f902dd81ae8a44b520959dcb

9 lines
545 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.js.map