@stryke/prisma-trpc-generator
Version:
A fork of the prisma-trpc-generator code to work in ESM with Prisma v6.
32 lines (31 loc) • 388 B
JavaScript
//#region ../string-format/src/conjunctions.ts
const CONJUNCTIONS = [
"and",
"that",
"but",
"or",
"as",
"if",
"when",
"than",
"because",
"while",
"where",
"after",
"so",
"though",
"since",
"until",
"whether",
"before",
"although",
"nor",
"like",
"once",
"unless",
"now",
"except"
];
//#endregion
export { CONJUNCTIONS };
//# sourceMappingURL=conjunctions.mjs.map