@stryke/prisma-trpc-generator
Version:
A fork of the prisma-trpc-generator code to work in ESM with Prisma v6.
68 lines (67 loc) • 814 B
JavaScript
//#region ../string-format/src/prepositions.ts
const PREPOSITIONS = [
"about",
"above",
"across",
"after",
"against",
"along",
"among",
"around",
"at",
"because of",
"before",
"behind",
"below",
"beneath",
"beside",
"besides",
"between",
"beyond",
"but",
"by",
"concerning",
"despite",
"down",
"during",
"except",
"excepting",
"for",
"from",
"in",
"in front of",
"inside",
"in spite of",
"instead of",
"into",
"like",
"near",
"of",
"off",
"on",
"onto",
"out",
"outside",
"over",
"past",
"regarding",
"since",
"through",
"throughout",
"to",
"toward",
"under",
"underneath",
"until",
"up",
"upon",
"up to",
"with",
"within",
"without",
"with regard to",
"with respect to"
];
//#endregion
export { PREPOSITIONS };
//# sourceMappingURL=prepositions.mjs.map