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

x/localekit/types/recursive.ts>Recursive

A translation plugin for Deno
Latest
type alias Recursive
import { type Recursive } from "https://deno.land/x/localekit@2.2.0/types/recursive.ts";

Represents a recursive object that can contain nested objects of the same type or a whatever T is defined as.

definition: { [key: string]: Recursive<T> | T; }