import assert from "assert"; export default { name: "midgard5e", isModule: false, // If you are developing a system rather than a module, change this to false }; // Pop some fairly universal types that we might use export type Pair = [string, T];