UNPKG

typegraphql-prisma-nestjs

Version:

This project is a fork of another with minor changes, created for personal use.

4 lines (3 loc) 187 B
import { SourceFile } from "ts-morph"; import { GeneratorOptions } from "./options"; export declare function generateHelpersFile(sourceFile: SourceFile, options: GeneratorOptions): void;