Skip to content

Commit

Permalink
converted to esm module
Browse files Browse the repository at this point in the history
  • Loading branch information
FynniX committed Mar 24, 2024
1 parent b2b1a94 commit cc27099
Show file tree
Hide file tree
Showing 66 changed files with 126 additions and 241 deletions.
10 changes: 2 additions & 8 deletions dist/binding.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.addon = void 0;
const krp_sharedmemory_client_native_node_1 = __importDefault(require("../krp-sharedmemory-client-native.node"));
import Addon from "../krp-sharedmemory-client-native.node";
/**
* @name Addon
* @description Binding for native addon
*/
// eslint-disable-next-line @typescript-eslint/no-var-requires
exports.addon = krp_sharedmemory_client_native_node_1.default;
export const addon = Addon;
7 changes: 2 additions & 5 deletions dist/enums/BestLapType.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BestLapType = void 0;
var BestLapType;
export var BestLapType;
(function (BestLapType) {
BestLapType[BestLapType["OVERALL"] = 2] = "OVERALL";
BestLapType[BestLapType["PERSONAL"] = 1] = "PERSONAL";
})(BestLapType || (exports.BestLapType = BestLapType = {}));
})(BestLapType || (BestLapType = {}));
7 changes: 2 additions & 5 deletions dist/enums/CommunicationOffence.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommunicationOffence = void 0;
var CommunicationOffence;
export var CommunicationOffence;
(function (CommunicationOffence) {
CommunicationOffence[CommunicationOffence["JUMP_START"] = 1] = "JUMP_START";
CommunicationOffence[CommunicationOffence["CUTTING"] = 3] = "CUTTING";
CommunicationOffence[CommunicationOffence["ROLLING_START_SPEEDING"] = 4] = "ROLLING_START_SPEEDING";
CommunicationOffence[CommunicationOffence["ROLLING_START_SLOWING"] = 5] = "ROLLING_START_SLOWING";
CommunicationOffence[CommunicationOffence["ROLLING_START_CROSSING"] = 6] = "ROLLING_START_CROSSING";
CommunicationOffence[CommunicationOffence["ROLLING_START_OVERTAKING"] = 7] = "ROLLING_START_OVERTAKING";
})(CommunicationOffence || (exports.CommunicationOffence = CommunicationOffence = {}));
})(CommunicationOffence || (CommunicationOffence = {}));
7 changes: 2 additions & 5 deletions dist/enums/CommunicationOffenceType.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommunicationOffenceType = void 0;
var CommunicationOffenceType;
export var CommunicationOffenceType;
(function (CommunicationOffenceType) {
CommunicationOffenceType[CommunicationOffenceType["TIME_PENALTY"] = 1] = "TIME_PENALTY";
CommunicationOffenceType[CommunicationOffenceType["POSITION_PENALTY"] = 2] = "POSITION_PENALTY";
})(CommunicationOffenceType || (exports.CommunicationOffenceType = CommunicationOffenceType = {}));
})(CommunicationOffenceType || (CommunicationOffenceType = {}));
7 changes: 2 additions & 5 deletions dist/enums/CommunicationReason.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommunicationReason = void 0;
var CommunicationReason;
export var CommunicationReason;
(function (CommunicationReason) {
CommunicationReason[CommunicationReason["JUMP_START"] = 0] = "JUMP_START";
CommunicationReason[CommunicationReason["HIGH_OFFENCES"] = 1] = "HIGH_OFFENCES";
Expand All @@ -10,4 +7,4 @@ var CommunicationReason;
CommunicationReason[CommunicationReason["ROLLING_START_CROSSING"] = 5] = "ROLLING_START_CROSSING";
CommunicationReason[CommunicationReason["ROLLING_START_OVERTAKING"] = 6] = "ROLLING_START_OVERTAKING";
CommunicationReason[CommunicationReason["DIRECTOR"] = 7] = "DIRECTOR";
})(CommunicationReason || (exports.CommunicationReason = CommunicationReason = {}));
})(CommunicationReason || (CommunicationReason = {}));
7 changes: 2 additions & 5 deletions dist/enums/CommunicationType.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommunicationType = void 0;
var CommunicationType;
export var CommunicationType;
(function (CommunicationType) {
CommunicationType[CommunicationType["CHANGE_STATE"] = 1] = "CHANGE_STATE";
CommunicationType[CommunicationType["PENALTY"] = 2] = "PENALTY";
})(CommunicationType || (exports.CommunicationType = CommunicationType = {}));
})(CommunicationType || (CommunicationType = {}));
7 changes: 2 additions & 5 deletions dist/enums/ConfigDelay.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConfigDelay = void 0;
var ConfigDelay;
export var ConfigDelay;
(function (ConfigDelay) {
ConfigDelay[ConfigDelay["SLOWEST"] = 5000] = "SLOWEST";
ConfigDelay[ConfigDelay["SLOW"] = 1000] = "SLOW";
ConfigDelay[ConfigDelay["NORMAL"] = 100] = "NORMAL";
ConfigDelay[ConfigDelay["FAST"] = 10] = "FAST";
ConfigDelay[ConfigDelay["FASTEST"] = 1] = "FASTEST";
})(ConfigDelay || (exports.ConfigDelay = ConfigDelay = {}));
})(ConfigDelay || (ConfigDelay = {}));
7 changes: 2 additions & 5 deletions dist/enums/ConfigurationRate.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConfigurationRate = void 0;
var ConfigurationRate;
export var ConfigurationRate;
(function (ConfigurationRate) {
ConfigurationRate[ConfigurationRate["HUNDRED"] = 0] = "HUNDRED";
ConfigurationRate[ConfigurationRate["FIFTY"] = 1] = "FIFTY";
ConfigurationRate[ConfigurationRate["TWENTY"] = 2] = "TWENTY";
ConfigurationRate[ConfigurationRate["TEN"] = 3] = "TEN";
})(ConfigurationRate || (exports.ConfigurationRate = ConfigurationRate = {}));
})(ConfigurationRate || (ConfigurationRate = {}));
7 changes: 2 additions & 5 deletions dist/enums/DriveType.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DriveType = void 0;
var DriveType;
export var DriveType;
(function (DriveType) {
DriveType[DriveType["DIRECT"] = 0] = "DIRECT";
DriveType[DriveType["CLUTCH"] = 1] = "CLUTCH";
DriveType[DriveType["SHIFTER"] = 2] = "SHIFTER";
})(DriveType || (exports.DriveType = DriveType = {}));
})(DriveType || (DriveType = {}));
7 changes: 2 additions & 5 deletions dist/enums/EngineCooling.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EngineCooling = void 0;
var EngineCooling;
export var EngineCooling;
(function (EngineCooling) {
EngineCooling[EngineCooling["AIR"] = 0] = "AIR";
EngineCooling[EngineCooling["WATER"] = 1] = "WATER";
})(EngineCooling || (exports.EngineCooling = EngineCooling = {}));
})(EngineCooling || (EngineCooling = {}));
7 changes: 2 additions & 5 deletions dist/enums/EntryPosition.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EntryPosition = void 0;
var EntryPosition;
export var EntryPosition;
(function (EntryPosition) {
EntryPosition[EntryPosition["TRACK"] = 0] = "TRACK";
EntryPosition[EntryPosition["PIT"] = 1] = "PIT";
})(EntryPosition || (exports.EntryPosition = EntryPosition = {}));
})(EntryPosition || (EntryPosition = {}));
7 changes: 2 additions & 5 deletions dist/enums/EntryState.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EntryState = void 0;
var EntryState;
export var EntryState;
(function (EntryState) {
EntryState[EntryState["DNS"] = 1] = "DNS";
EntryState[EntryState["RETIRED"] = 2] = "RETIRED";
EntryState[EntryState["DSQ"] = 3] = "DSQ";
})(EntryState || (exports.EntryState = EntryState = {}));
})(EntryState || (EntryState = {}));
7 changes: 2 additions & 5 deletions dist/enums/EventType.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EventType = void 0;
var EventType;
export var EventType;
(function (EventType) {
EventType[EventType["REPLAY"] = -1] = "REPLAY";
EventType[EventType["TESTING"] = 1] = "TESTING";
EventType[EventType["RACE"] = 2] = "RACE";
EventType[EventType["CHALLENGE"] = 4] = "CHALLENGE";
})(EventType || (exports.EventType = EventType = {}));
})(EventType || (EventType = {}));
7 changes: 2 additions & 5 deletions dist/enums/GameState.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GameState = void 0;
var GameState;
export var GameState;
(function (GameState) {
GameState[GameState["MENU"] = 0] = "MENU";
GameState[GameState["PAUSED"] = 1] = "PAUSED";
GameState[GameState["RUNNING"] = 2] = "RUNNING";
GameState[GameState["CLOSED"] = -1] = "CLOSED";
})(GameState || (exports.GameState = GameState = {}));
})(GameState || (GameState = {}));
7 changes: 2 additions & 5 deletions dist/enums/Gear.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Gear = void 0;
var Gear;
export var Gear;
(function (Gear) {
Gear[Gear["REVERSE"] = -1] = "REVERSE";
Gear[Gear["NEUTRAL"] = 0] = "NEUTRAL";
Expand All @@ -11,4 +8,4 @@ var Gear;
Gear[Gear["FOURTH"] = 4] = "FOURTH";
Gear[Gear["FIFTH"] = 5] = "FIFTH";
Gear[Gear["SIXTH"] = 6] = "SIXTH";
})(Gear || (exports.Gear = Gear = {}));
})(Gear || (Gear = {}));
7 changes: 2 additions & 5 deletions dist/enums/PractiseSessionState.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PractiseSessionState = void 0;
var PractiseSessionState;
export var PractiseSessionState;
(function (PractiseSessionState) {
PractiseSessionState[PractiseSessionState["RUNNING"] = 16] = "RUNNING";
PractiseSessionState[PractiseSessionState["COMPLETED"] = 32] = "COMPLETED";
})(PractiseSessionState || (exports.PractiseSessionState = PractiseSessionState = {}));
})(PractiseSessionState || (PractiseSessionState = {}));
7 changes: 2 additions & 5 deletions dist/enums/PractiseSessionType.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PractiseSessionType = void 0;
var PractiseSessionType;
export var PractiseSessionType;
(function (PractiseSessionType) {
PractiseSessionType[PractiseSessionType["WAITING"] = 0] = "WAITING";
PractiseSessionType[PractiseSessionType["PRACTISE"] = 1] = "PRACTISE";
PractiseSessionType[PractiseSessionType["RACE"] = 2] = "RACE";
})(PractiseSessionType || (exports.PractiseSessionType = PractiseSessionType = {}));
})(PractiseSessionType || (PractiseSessionType = {}));
7 changes: 2 additions & 5 deletions dist/enums/RaceSessionState.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RaceSessionState = void 0;
var RaceSessionState;
export var RaceSessionState;
(function (RaceSessionState) {
RaceSessionState[RaceSessionState["RUNNING"] = 16] = "RUNNING";
RaceSessionState[RaceSessionState["SEMAPHORE"] = 32] = "SEMAPHORE";
Expand All @@ -11,4 +8,4 @@ var RaceSessionState;
RaceSessionState[RaceSessionState["RACEOVER"] = 512] = "RACEOVER";
RaceSessionState[RaceSessionState["COMPLETED"] = 1024] = "COMPLETED";
RaceSessionState[RaceSessionState["ROLLING_START"] = 2048] = "ROLLING_START";
})(RaceSessionState || (exports.RaceSessionState = RaceSessionState = {}));
})(RaceSessionState || (RaceSessionState = {}));
7 changes: 2 additions & 5 deletions dist/enums/RaceSessionType.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RaceSessionType = void 0;
var RaceSessionType;
export var RaceSessionType;
(function (RaceSessionType) {
RaceSessionType[RaceSessionType["WAITING"] = 0] = "WAITING";
RaceSessionType[RaceSessionType["PRACTISE"] = 1] = "PRACTISE";
Expand All @@ -11,4 +8,4 @@ var RaceSessionType;
RaceSessionType[RaceSessionType["SECOND_CHANCE"] = 5] = "SECOND_CHANCE";
RaceSessionType[RaceSessionType["PREFINAL"] = 6] = "PREFINAL";
RaceSessionType[RaceSessionType["FINAL"] = 7] = "FINAL";
})(RaceSessionType || (exports.RaceSessionType = RaceSessionType = {}));
})(RaceSessionType || (RaceSessionType = {}));
7 changes: 2 additions & 5 deletions dist/enums/SessionGroup.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SessionGroup = void 0;
var SessionGroup;
export var SessionGroup;
(function (SessionGroup) {
SessionGroup[SessionGroup["A"] = 0] = "A";
SessionGroup[SessionGroup["B"] = 1] = "B";
Expand Down Expand Up @@ -29,4 +26,4 @@ var SessionGroup;
SessionGroup[SessionGroup["X"] = 23] = "X";
SessionGroup[SessionGroup["Y"] = 24] = "Y";
SessionGroup[SessionGroup["Z"] = 25] = "Z";
})(SessionGroup || (exports.SessionGroup = SessionGroup = {}));
})(SessionGroup || (SessionGroup = {}));
7 changes: 2 additions & 5 deletions dist/enums/TrackSegmentType.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TrackSegmentType = void 0;
var TrackSegmentType;
export var TrackSegmentType;
(function (TrackSegmentType) {
TrackSegmentType[TrackSegmentType["STRAIGHT"] = 0] = "STRAIGHT";
TrackSegmentType[TrackSegmentType["CURVE"] = 1] = "CURVE";
})(TrackSegmentType || (exports.TrackSegmentType = TrackSegmentType = {}));
})(TrackSegmentType || (TrackSegmentType = {}));
7 changes: 2 additions & 5 deletions dist/enums/TrackState.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TrackState = void 0;
var TrackState;
export var TrackState;
(function (TrackState) {
TrackState[TrackState["ONTRACK"] = 0] = "ONTRACK";
TrackState[TrackState["SPECTATE"] = 1] = "SPECTATE";
TrackState[TrackState["REPLAY"] = 2] = "REPLAY";
})(TrackState || (exports.TrackState = TrackState = {}));
})(TrackState || (TrackState = {}));
7 changes: 2 additions & 5 deletions dist/enums/WeatherCondition.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WeatherCondition = void 0;
var WeatherCondition;
export var WeatherCondition;
(function (WeatherCondition) {
WeatherCondition[WeatherCondition["CLEAR"] = 0] = "CLEAR";
WeatherCondition[WeatherCondition["CLOUDY"] = 1] = "CLOUDY";
WeatherCondition[WeatherCondition["RAIN"] = 2] = "RAIN";
})(WeatherCondition || (exports.WeatherCondition = WeatherCondition = {}));
})(WeatherCondition || (WeatherCondition = {}));
3 changes: 1 addition & 2 deletions dist/interfaces/Addon.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/Config.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/Events.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsKartData.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsKartEvent.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsKartLap.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsKartSession.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsKartSplit.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsRaceAddEntry.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsRaceClassification.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsRaceCommunication.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsRaceEvent.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsRaceLap.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsRaceSession.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsRaceSpeed.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsRaceSplit.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsRaceTrackPosition.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsRaceVehicleData.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsSpectateVehicle.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileIn/SPluginsTrackSegment.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileOut/BaseInfo.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileOut/CamerasInfo.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileOut/KartEventInfo.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileOut/KartLapsInfo.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
3 changes: 1 addition & 2 deletions dist/interfaces/SharedFileOut/KartSessionInfo.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export {};
Loading

0 comments on commit cc27099

Please sign in to comment.