Apply ES5 property descriptors to the Stamp.
(...descriptors: PropertyDescriptorMap[])
| 338 | |
| 339 | /** Apply ES5 property descriptors to the Stamp. */ |
| 340 | staticPropertyDescriptors(...descriptors: PropertyDescriptorMap[]): Stamp<I, S>; |
| 341 | |
| 342 | /** |
| 343 | * Creates and returns a new instance — identical to calling the Stamp directly. |
no outgoing calls
no test coverage detected