MCPcopy
hub / github.com/loopbackio/loopback-next / bind

Function bind

packages/context/src/binding-decorator.ts:122–124  ·  view source on GitHub ↗
(...specs: BindingSpec[])

Source from the content-addressed store, hash-verified

120 * {@inheritDoc injectable}
121 */
122export function bind(...specs: BindingSpec[]): ClassDecorator {
123 return injectable(...specs);
124}
125
126/**
127 * Alias namespace `bind` to `injectable` for backward compatibility

Callers

nothing calls this directly

Calls 1

injectableFunction · 0.85

Tested by

no test coverage detected