Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/encoding/_toml/parser.ts>Toml

Deno standard library
Go to Latest
function Toml
import { Toml } from "https://deno.land/std@0.109.0/encoding/_toml/parser.ts";

Returns

ParseResult<Record<string, unknown>>