UNPKG

@inversifyjs/core

Version:

InversifyJs core package

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