@stryke/prisma-trpc-generator
Version:
A fork of the prisma-trpc-generator code to work in ESM with Prisma v6.
53 lines (51 loc) • 548 B
JavaScript
//#region ../string-format/src/special-cases.ts
const SPECIAL_CASES = [
"2FA",
"4K",
"5K",
"8K",
"AGI",
"BI",
"ChatGPT",
"CTA",
"DateTime",
"FMS",
"GitHub",
"GPT",
"HD",
"IBMid",
"IDs",
"iMac",
"IMAX",
"iOS",
"iPad",
"iPhone",
"iPod",
"LDAP",
"LinkedIn",
"LLM",
"macOS",
"McDonalds",
"MCP",
"ML",
"MySQL",
"NLG",
"NLP",
"NLU",
"OpenAI",
"PDFs",
"PIM",
"PEFT",
"pH",
"PostgreSQL",
"SEO",
"TTS",
"UHD",
"UUID",
"XSS",
"YouTube",
"CSpell",
"ESLint"
];
//#endregion
exports.SPECIAL_CASES = SPECIAL_CASES;