Skip to main content
Module

std/toml/mod.ts>parse

The 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.222.1/toml/mod.ts";

Parse parses TOML string into an object.

type

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