import { inject as inversifyInject } from 'inversify'; export function inject(key: string): ReturnType { return inversifyInject(Symbol.for(key)); }