(...specs: BindingSpec[])
| 120 | * {@inheritDoc injectable} |
| 121 | */ |
| 122 | export function bind(...specs: BindingSpec[]): ClassDecorator { |
| 123 | return injectable(...specs); |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * Alias namespace `bind` to `injectable` for backward compatibility |
nothing calls this directly
no test coverage detected