UNPKG

@manuth/woltlab-compiler

Version:

A compiler for generating WoltLab-Package `.tar` Archives and other WoltLab-Package Components

14 lines (13 loc) 291 B
/** * Provides constants for the package. */ export declare class Constants { /** * The name of the invariant culture. */ private static invariantCultureName; /** * Gets the name of the invariant culture. */ static get InvariantCultureName(): string; }