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