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>ArgumentType

The Full-stack Framework in Deno.
Latest
type alias ArgumentType
import { type ArgumentType } from "https://deno.land/x/alephjs@1.0.0-alpha.78.1/lib/@unocss/core.ts";
definition: T extends ((...args: infer A) => any) ? A : never