UNPKG

@manuth/generator-wsc-package

Version:

A Generator for WoltLab Suite Core Packages.

16 lines 503 B
import { InstructionComponent } from "./InstructionComponent.js"; /** * Provides a component for generating instruction-files with a `FileName`-property. * * @template TSettings * The type of the settings of the generator. * * @template TOptions * The type of the options of the generator. * * @template TComponentOptions * The type of the options of the component. */ export class FileInstructionComponent extends InstructionComponent { } //# sourceMappingURL=FileInstructionComponent.js.map