UNPKG

zenstack

Version:

FullStack enhancement for Prisma ORM: seamless integration from database to UI

7 lines (6 loc) 165 B
type Options = { schema: string; prismaStyle?: boolean; }; export declare function format(_projectPath: string, options: Options): Promise<void>; export {};