UNPKG

type-tls

Version:

type-tls 封装了与类型相关的工具,比如:获取数据的类型 或 类型名字、判断数据的类型 等

18 lines (11 loc) 486 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [type-tls](./type-tls.md) &gt; [PickNonValue](./type-tls.picknonvalue.md) ## PickNonValue type 从 Target 中挑选出那些成员值不是 Value 的类型的成员 **Signature:** ```typescript export type PickNonValue<Target, Value> = { [P in KeyOfNonValue<Target, Value>]: Target[P]; }; ``` **References:** [KeyOfNonValue](./type-tls.keyofnonvalue.md)