Skip to the content.

Function: isValidWeight()

function isValidWeight(weight: number): boolean;

Defined in: src/utils.ts:207

Validates if a number is a valid weight value

Parameters

weight

number

Returns

boolean