MCPcopy Create free account
hub / github.com/denoland/std / parse

Function parse

toml/parse.ts:25–27  ·  view source on GitHub ↗
(tomlString: string)

Source from the content-addressed store, hash-verified

23 * @returns The parsed JS object.
24 */
25export function parse(tomlString: string): Record<string, unknown> {
26 return parserFactory(toml)(tomlString);
27}

Callers 6

fnFunction · 0.90
parse_test.tsFile · 0.90
fnFunction · 0.90
fromOptionsMethod · 0.90
orFunction · 0.70
fnFunction · 0.70

Calls 1

parserFactoryFunction · 0.90

Tested by

no test coverage detected