Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/toml/parse.ts>parse

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
variable parse
import { parse } from "https://deno.land/std@0.211.0/toml/parse.ts";

Parse parses TOML string into an object.

type

(tomlString: string) => Record<string, unknown>