productdevbook opened this issue a year ago · 0 comments
import { omit } from 'filter-anything' const aaa = ['hasThumb', 'sizes'] const dd = omit({ hasThumb: { type: Boolean, required: true, }, sizes: { type: String required: true, }, }, aaa)