UNPKG

@manuth/woltlab-compiler

Version:

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

10 lines (9 loc) 214 B
/** * Provides options for the {@link PackageDescriptor `PackageDescriptor`} class. */ export interface IPackageDescriptorOptions { /** * The identifier of the package. */ Identifier: string; }