UNPKG

prisma-migrations

Version:

A Node.js library to manage Prisma ORM migrations like other ORMs

3 lines 169 B
export { Migrations } from "./migrations"; export type { Migration, MigrationFunction, PrismaClient, MigrationFile, } from "./types"; //# sourceMappingURL=index.d.ts.map