(...args)
| 765 | return this.compose({ propertyDescriptors: assign({}, ...args) }); |
| 766 | }, |
| 767 | staticPropertyDescriptors(...args) { |
| 768 | return this.compose({ staticPropertyDescriptors: assign({}, ...args) }); |
| 769 | }, |
| 770 | create(...args) { |
| 771 | return this(...args); |
| 772 | }, |
nothing calls this directly
no test coverage detected
searching dependent graphs…