Skip to main content
Module

std/ini/ini_map.ts>IniMap#get

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method IniMap.prototype.get
import { IniMap } from "https://deno.land/std@0.216.0/ini/ini_map.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