@manuth/woltlab-compiler
Version:
A compiler for generating WoltLab-Package `.tar` Archives and other WoltLab-Package Components
16 lines • 348 B
JavaScript
/**
* Provides constants for the package.
*/
export class Constants {
/**
* Gets the name of the invariant culture.
*/
static get InvariantCultureName() {
return this.invariantCultureName;
}
}
/**
* The name of the invariant culture.
*/
Constants.invariantCultureName = "inv";
//# sourceMappingURL=Constants.js.map