Skip to main content
Module

std/ini/mod.ts>IniMap#get

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

Get a value from a global key in the INI.

Parameters

key: string

Returns

unknown

Get a value from a section key in the INI.

Parameters

section: string
key: string

Returns

unknown