(...args)
| 768 | return this.compose({ staticPropertyDescriptors: assign({}, ...args) }); |
| 769 | }, |
| 770 | create(...args) { |
| 771 | return this(...args); |
| 772 | }, |
| 773 | compose: stampit, // infecting! |
| 774 | }; |
| 775 | staticUtils.props = staticUtils.properties; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…