(...args)
| 735 | |
| 736 | const staticUtils: StaticUtilities = { |
| 737 | methods(...args) { |
| 738 | return this.compose({ methods: assign({}, ...args) }); |
| 739 | }, |
| 740 | properties(...args) { |
| 741 | return this.compose({ properties: assign({}, ...args) }); |
| 742 | }, |
nothing calls this directly
no test coverage detected
searching dependent graphs…