export * from './types';
export type TFn<T = any> = (...args: any[]) => T;
