Skip to main content
Module

std/encoding/_toml/parser.ts>Toml

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

Parameters

scanner: Scanner

Returns

ParseResult<Record<string, unknown>>