ObjectConstructor.create(o: object | null,properties: PropertyDescriptorMap & ThisType<any>,): any
Creates an object that has the specified prototype, and that optionally contains specified properties.
properties: PropertyDescriptorMap & ThisType<any>
JavaScript object that contains one or more property descriptors.