/** * The name of the module * * @return name The name of the module */ function name() external pure returns (string memory) { return "ModuleExample"; }
string