// An alias for number that makes the code self-documenting. This doesn't actually do anything.

// But it does look neater.
export type integer = number;
