export const noop = () => {}; export const iife = (fn: () => T) => { return fn(); };