TreasureTrails/node_modules/@mrleebo/prisma-ast/dist/index.d.ts

9 lines
325 B
TypeScript
Raw Permalink Normal View History

2026-03-18 09:02:21 -05:00
export * from './produceSchema';
export * from './getSchema';
export * from './printSchema';
export * from './PrismaSchemaBuilder';
export type { PrismaAstConfig } from './getConfig';
export type { CstNodeLocation } from 'chevrotain';
export { VisitorClassFactory } from './visitor';
export { PrismaParser } from './parser';