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

x/localekit/util/flatten.ts>Flattened#toObject

A translation plugin for Deno
Latest
method Flattened.prototype.toObject
import { Flattened } from "https://deno.land/x/localekit@2.2.0/util/flatten.ts";

Converts the Flattened object to a nested object that should match the original object.

Type Parameters

optional
T = Record<string, unknown>

Returns

The nested object representation of the Flattened object.