LarpixClient/node_modules/chevrotain/src/version.ts
2026-05-03 17:09:55 +02:00

4 lines
230 B
TypeScript

// needs a separate module as this is required inside chevrotain productive code
// and also in the entry point for webpack(api.ts).
// A separate file avoids cyclic dependencies and webpack errors.
export const VERSION = "7.1.1"