(this: any, ...args: any[])
| 796 | ...composables: StampitArgs<T> |
| 797 | ): Stamp<Prettify<InstanceOf<T>>, Prettify<StaticsOf<T>>, Prettify<OptionsAll<T>>>; |
| 798 | function stampit(this: any, ...args: any[]): any { |
| 799 | return compose(this, { staticProperties: staticUtils }, ...args.map(standardiseDescriptor)); |
| 800 | } |
| 801 | |
| 802 | export default stampit; |
| 803 |
no test coverage detected
searching dependent graphs…