Skip to main content
Module

x/rambda/index.d.ts>ObjectIterator

Faster and smaller alternative to Ramda
Go to Latest
type alias ObjectIterator
import { type ObjectIterator } from "https://deno.land/x/rambda@v7.0.1/index.d.ts";
definition: (
x: T,
prop: string,
inputObj: Dictionary<T>,
) => U