Skip to main content
Module

x/omdb/deps.ts>z.objectUtil.flatten

Access OMDb's API with Deno.
Go to Latest
type alias z.objectUtil.flatten
import { type z } from "https://deno.land/x/omdb@v3.0.1/deps.ts";
const { flatten } = z.objectUtil;
definition: identity<[k in keyof T]: T[k]>