Skip to main content
Module

std/ini/mod.ts>ParseOptions

The Deno Standard Library
Go to Latest
interface ParseOptions
Re-export
import { type ParseOptions } from "https://deno.land/std@0.223.0/ini/mod.ts";

Options for parsing INI strings.

Properties

optional
assignment: FormattingOptions["assignment"]

The character used to assign a value to a key; defaults to '='.

optional
reviver: ReviverFunction

Provide custom parsing of the value in a key/value pair.