OwlCyberSecurity - MANAGER
Edit File: falsy.d.ts
export type Falsy = false | 0 | -0 | 0n | '' | null | undefined | void;