Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/release_up/deps.ts>ini.decode

🌱 Automate releases with breeze
Go to Latest
function ini.decode
import { ini } from "https://deno.land/x/release_up@0.8.0/deps.ts";
const { decode } = ini;

Decode the given ini-style formatted document into a nested object.

Parameters

str: string

ini-style document