UNPKG

prisma-migrations

Version:

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

3 lines 162 B
import type { PrismaClient } from "../../../types"; export declare const checkLock: (prisma: PrismaClient) => Promise<number>; //# sourceMappingURL=check.d.ts.map