Skip to main content
Module

x/mtype/array.ts>ItemNotExist

通用 ts 的类型工具
Go to Latest
type alias ItemNotExist
import { type ItemNotExist } from "https://deno.land/x/mtype@v0.2.4/array.ts";

Type Parameters

V
optional
A = []
definition: A extends [infer F, ...infer P] ? V extends F ? never : ItemNotExist<V, P> : V