The number to be validated.
This function throws an error if the provided number is not a valid millisecond value (i.e., between 0 and 999).
Will throw an error if the provided number is not a valid millisecond value.
assertValidMilliseconds(500); // No error
assertValidMilliseconds(1000); // Throws error
Generated using TypeDoc
Asserts that the provided number is a valid millisecond value.