UNPKG

@kayahr/ed-journal

Version:

Typescript library to read/watch the player journal of Frontier's game Elite Dangerous

7 lines 223 B
/* * Copyright (C) 2022 Klaus Reimer <k@ailis.de> * See LICENSE.md for licensing information. */ export { Journal } from "./Journal.js"; export { JournalError } from "./JournalError.js"; //# sourceMappingURL=index.js.map