Function obfuscateSchema

  • Read a Prisma schema, obfuscate it and return the resulting string.

    Parameters

    • filePath: string

      Path to the Prisma schema file that should be read.

    Returns Promise<string>

Generated using TypeDoc