Skip to main content
Module

std/ini/mod.ts>IniMap#has

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

Check if a global key exists in the INI.

Parameters

key: string

Returns

boolean

Check if a section key exists in the INI.

Parameters

section: string
key: string

Returns

boolean