Sitelet https://hardhat.org/docs/reference/cheatcodes/external/parse-toml-bool-array
Skip to content

parseTomlBoolArray

function parseTomlBoolArray(
string calldata toml,
string calldata key
) external pure returns (bool[] memory);

Parses a string of TOML data at key and coerces it to bool[].