isLoading API
These docs are auto-generated from typings files (
*.d.ts
).
isLoading
Given one or more statuses, this function will return whether the combined statues includes LOADING
.
If at least one status includes LOADING
this will return true.
function isLoading(...statuses: number[]): boolean;