Home > @rushstack/node-core-library > Async > validateWeightedIterable
Async.validateWeightedIterable() method
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;
Parameters
Parameter | Type | Description |
|---|---|---|
operation |
Returns:
void