#pragma once

#include <string>

namespace engine::io {

std::string trim_ascii_whitespace(std::string value);

}  // namespace engine::io
