OwlCyberSecurity - MANAGER
Edit File: isObject.d.ts
declare function isObject(x: unknown): x is object; export = isObject;