| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > Async > validateWeightedIterable
Ensures that the argument is a valid IWeighted<></>, with a weight argument that is a positive integer or 0.
Signature:
static validateWeightedIterable(operation: IWeighted): void;|
Parameter |
Type |
Description |
|---|---|---|
|
operation |
Returns:
void