Function assertValidNumberOfItemsForCodec
- assertValidNumberOfItemsForCodec(
codecDescription: string,
expected: number | bigint,
actual: number | bigint,
): void Parameters
- codecDescription: string
- expected: number | bigint
- actual: number | bigint
Returns void
Checks the number of items in an array-like structure is expected.