export function __call(func: () => void): void {
  func();
}
