GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

NonFalsy

API/Type Aliases/NonFalsy
seyfert/lib/common/types/util.d.ts

Signature

export type NonFalsy<T> = T extends false | 0 | '' | null | undefined | 0n ? never : T;

Members

This export does not declare public properties or methods in the generated declaration file.