type alias SourceValues
Since 0.2.0

Maps a tuple of sources onto the handler parameter tuple they bind.

Type Parameters

S extends readonly ParamSource<unknown>[]

Definition

[K in keyof S]: S[K] extends ParamSource<infer T> ? T : never

Usage

import { type SourceValues } from "decorator-plugin/src/index.ts";