export default (f: any): boolean => { return typeof f === 'function'; };