isUnknown API
These docs are auto-generated from typings files (
*.d.ts).
isUnknown
Given one or more statuses, this function will return whether that status includes UNKNOWN.
If one is UNKNOWN the result will also be UNKNOWN
function isUnknown(...statuses: number[]): boolean;
