isNormal API
These docs are auto-generated from typings files (
*.d.ts
).
isNormal
Given one or more statuses, this function will return whether the combined statues includes NORMAL
.
This will only return true
if all the status include NORMAL
.
function isNormal(...statuses: number[]): boolean;