Skip to main content
Module

std/ini/mod.ts>ParseOptions

Deno standard library
Go to Latest
interface ParseOptions
Re-export
import { type ParseOptions } from "https://deno.land/std@0.210.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.