export function isFunction(object: T) { return typeof object === 'function'; }