Skip to content

validateEncoding

validateEncoding<T>(value): void

Defined in: util.ts:279

Performs validation to ensure the value is well-formed, errors if it is not

T

T

The value to validate

void