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

x/alephjs/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/alephjs@1.0.0-alpha.68.6/lib/@unocss/core.ts";
definition: [P in keyof T]?: DeepPartial<T[P]>