Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ parse
Function
parse
packages/effect/src/unstable/encoding/Toml.ts:504–504 ·
view source on GitHub ↗
(input: string)
Source
from the content-addressed store, hash-verified
502
* @since 4.0.0
503
*/
504
export
const
parse = (input: string): Record<string, unknown> =>
new
TomlParser(input.replace(/^\uFEFF/,
""
)).parse()
Callers
nothing calls this directly
Calls
2
parse
Method · 0.45
replace
Method · 0.45
Tested by
no test coverage detected