MCPcopy 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 */
504export const parse = (input: string): Record<string, unknown> => new TomlParser(input.replace(/^\uFEFF/, "")).parse()

Callers

nothing calls this directly

Calls 2

parseMethod · 0.45
replaceMethod · 0.45

Tested by

no test coverage detected