import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/entity-manager/EntityManager.ts";
Classes
Entity manager supposed to work with any entity, automatically find its repository and call its methods, whatever entity type are you passing. |