UNPKG

@inversifyjs/core

Version:

InversifyJs core package

5 lines 154 B
import { BindingScope } from './BindingScope'; export interface AutobindOptions { scope: BindingScope; } //# sourceMappingURL=AutobindOptions.d.ts.map