Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
25
export
function
parse(tomlString: string): Record<string, unknown> {
26
return
parserFactory(toml)(tomlString);
27
}
Callers
6
fn
Function · 0.90
parse_test.ts
File · 0.90
fn
Function · 0.90
fromOptions
Method · 0.90
or
Function · 0.70
fn
Function · 0.70
Calls
1
parserFactory
Function · 0.90
Tested by
no test coverage detected