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

x/denodash/src/types/ValueOrArray.d.ts>ValueOrArray

A utility library, similar to Underscore and Lodash, but written Typescript-First, designed for use in Deno
Latest
type alias ValueOrArray
import { type ValueOrArray } from "https://deno.land/x/denodash@0.1.3/src/types/ValueOrArray.d.ts";
definition: T | Array<ValueOrArray<T>>