export const isFunction = (fn: any): boolean => fn instanceof Function;
