(target: typeof Model, options: TableOptions = {})
| 14 | } |
| 15 | |
| 16 | function annotate(target: typeof Model, options: TableOptions = {}): void { |
| 17 | setModelName(target.prototype, options.modelName || target.name); |
| 18 | addOptions(target.prototype, options); |
| 19 | } |
no test coverage detected
searching dependent graphs…