Skip to main content
Module

x/drollup/src/mergeOptions.ts>objectifyOptionWithPresets

Next-generation ES module bundler ported for Deno
Latest
variable objectifyOptionWithPresets
import { objectifyOptionWithPresets } from "https://deno.land/x/drollup@2.58.0%2B0.20.0/src/mergeOptions.ts";

type

<T extends ObjectOptionWithPresets>(
presets: Record<string, T>,
optionName: string,
additionalValues: string,
) => unknown