NPM Build Utilities @ 0.1.3
    Preparing search index...

    Interface InternalInternal

    Complete configuration shape. Requires more properties than Config.

    These properties are properly defined in Config.

    0.1.0-alpha

    interface Internal {
        clr: Colour;
        compiler: undefined | Partial<Stage.Compiler.Args>;
        console: undefined | Partial<Logger.Args>;
        fs: Partial<FileSystemType.Args>;
        launchYear: string;
        paths: Config.Internal.Paths;
        replace: Replace | ((stage: Stage) => Replace);
        stages: Config.Internal.Stages;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clr: Colour

    Default output colour to the terminal.

    compiler: undefined | Partial<Stage.Compiler.Args>
    console: undefined | Partial<Logger.Args>

    Optional arguments to use when constructing FileSystem.

    launchYear: string
    replace: Replace | ((stage: Stage) => Replace)

    Placeholders to be replaced during the build processes.

    title: string