Type Alias Predicate

Predicate: ((...objs: any[]) => void) & {
    test: ((...objs: any[]) => boolean);
}