Skip to main content
Module

x/aleph/lib/@unocss/core.ts>DeepPartial

The Full-stack Framework in Deno.
Go to Latest
type alias DeepPartial
import { type DeepPartial } from "https://deno.land/x/aleph@1.0.0-beta.1/lib/@unocss/core.ts";
definition: [P in keyof T]?: DeepPartial<T[P]>