Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 933 Bytes

File metadata and controls

58 lines (31 loc) · 933 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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

IWeighted

Returns:

void