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

parseTomlBool

function parseTomlBool(
string calldata toml,
string calldata key
) external pure returns (bool);

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