UNPKG

@arianaprojects/prisma-nestjs-crud-generator

Version:
11 lines (10 loc) 465 B
import { DMMF } from '@prisma/generator-helper/dist/dmmf'; import * as prettier from 'prettier'; export default class FileGeneral { _prettierOptions: prettier.Options; constructor(); get prettierOptions(): prettier.Options; set prettierOptions(value: prettier.Options); toCamelCase(str: string | DMMF.SchemaEnum | DMMF.OutputType | DMMF.SchemaArg): any; toPascalCase(str: string | DMMF.SchemaEnum | DMMF.OutputType | DMMF.SchemaArg): any; }