export function invoke(fn: () => void): void { fn(); }