Module

std/toml/parse.ts>parse

The Deno Standard Library
Go to Latest
variable parse
import { parse } from "https://dotland.deno.dev/std@0.223.0/toml/parse.ts";

Parse parses TOML string into an object.

type

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