public static get()

in src/dependency.ts [98:100]


  public static get(instance: IDependable): Dependable {
    return this.of(instance);
  }