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

std/toml/parse.ts>parse

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

Parse parses TOML string into an object.

type

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