foundry-vtt-system-midgard5/source/Globals.ts

11 lines
252 B
TypeScript

import assert from "assert"
export default {
name: "midgard5",
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<T> = [string, T];