# Functions
IsHTML checks whether bytes are in HTML format.
IsJSON checks whether bytes are in JSON format.
IsPlainText checks whether bytes are in plain text format.
IsXML checks whether bytes are in XML format.
IsYAML checks whether bytes are in YAML format.
# Type aliases
DataFormat describes format of data.