tsbuffer-validator
Advanced tools
Changelog
[2.1.2] - 2023-12-28
parseMappedType
not cached properly. (Thanks @刺鸟)Changelog
[2.1.0] - 2022-02-26
KeyofTypeSchema
, support type alias and using keyof
in Pick
and Omit
Pick<Intersection>
and Omit<Intersection>
interface
extends Mapped Type, like Pick
Omit