UNPKG

@inversifyjs/core

Version:

InversifyJs core package

4 lines 305 B
import { getInstanceNodeBinding } from '../calculations/getInstanceNodeBinding.js'; import { resolveScoped } from './resolveScoped.js'; export const resolveScopedInstanceBindingNode = (resolve) => resolveScoped(getInstanceNodeBinding, resolve); //# sourceMappingURL=resolveScopedInstanceBindingNode.js.map