function parseView codeparse(tomlString: string): Record<string, unknown>Parse parses TOML string into an object. ParameterstomlString: stringView codeReturn TypeRecord<string, unknown>View code