injectable
import { injectable } from "https://raw.githubusercontent.com/drmercer/minimal-injector/master/injector.ts";Creates a new injectable (a "module" or "component" that can be obtained from an Injector), returning a new InjectKey that maps to that injectable.