(s, o)
| 45850 | ]) |
| 45851 | return _ |
| 45852 | }, |
| 45853 | mergePropertyAndMethodDecorators = (s, o) => { |
| 45854 | var i, a, u, _ |
| 45855 | return { |
| 45856 | property: mergeObjectsOfDecorators( |
| 45857 | null !== (i = null == s ? void 0 : s.property) && void 0 !== i ? i : {}, |
| 45858 | null !== (a = null == o ? void 0 : o.property) && void 0 !== a ? a : {} |
| 45859 | ), |
| 45860 | method: mergeObjectsOfDecorators( |
| 45861 | null !== (u = null == s ? void 0 : s.method) && void 0 !== u ? u : {}, |
| 45862 | null !== (_ = null == o ? void 0 : o.method) && void 0 !== _ ? _ : {} |
| 45863 | ), |
| 45864 | } |
| 45865 | }, |
| 45866 | mergeDecorators = (s, o) => { |
| 45867 | var i, a, u, _, w, x |
no test coverage detected