Function obfuscateSchemaText

  • Take in the given Prisma schema as a string and return the obfuscated output string.

    Parameters

    • schemaText: string

      The Prisma schema contents as a string.

    Returns string

Generated using TypeDoc