Partial<Type>,Required<Type>,Readonly<Type>,Record<Keys,Type>, Pick<Type, Keys>,Omit<Type, Keys>,Exclude<Type, ExcludedUnion>, Extract<Type, Union>,NonNullable<Type>, Parameters<Type>,ConstructorParameters<Type>, ReturnType<Type>,InstanceType<Type>
3 篇博文 含有标签「js」
查看所有标签TS | 特殊操作符
特殊操作符 keyof,typeof,in keyof
JavaScript对象限制操作:冻结、密封与不可扩展
JavaScript对象限制操作:冻结(Object.freeze)、密封(Object.freeze)与不可扩展(Object.preventExtensions)