import { toPrismaSelect } from "./toPrismaSelect";
import { toPrismaSelectDirectiveTransformer } from "./directive";
export { toPrismaSelect, toPrismaSelectDirectiveTransformer };
export default toPrismaSelect;
