UNPKG

@inversifyjs/core

Version:

InversifyJs core package

8 lines 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isScopedBinding = isScopedBinding; function isScopedBinding(binding) { return (binding.scope !== undefined); } //# sourceMappingURL=isScopedBinding.js.map