OwlCyberSecurity - MANAGER
Edit File: isFunction.ts
export function isFunction(value: any): value is Function { return typeof value === 'function' }