Module

std/toml/mod.ts>parse

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

Parse parses TOML string into an object.

type

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