Atex.Lexicon.Validators.Bytes (atex v0.7.1)

View Source

Summary

Types

option()

@type option() :: {:min_length, pos_integer()} | {:max_length, pos_integer()}

Functions

validate(value, options)

@spec validate(term(), [option()]) :: Peri.validation_result()