// #region Functions /** * A function that does nothing, which can be useful, I guess… */ export function noop(): void {} // #endregion