UNPKG

@inversifyjs/core

Version:

InversifyJs core package

4 lines 360 B
import { resolveConstantValueBindingCallback } from '../calculations/resolveConstantValueBindingCallback.js'; import { resolveSingletonScopedBinding } from './resolveSingletonScopedBinding.js'; export const resolveConstantValueBinding = resolveSingletonScopedBinding(resolveConstantValueBindingCallback); //# sourceMappingURL=resolveConstantValueBinding.js.map