NPM Build Utilities @ 0.1.3
    Preparing search index...

    Interface ArgsInternal

    Optional overrides for default options.

    0.1.0-alpha

    interface Args {
        config: Config.Internal | Partial<Config | Config.Internal>;
        fs: FileSystemType;
        date?: Date;
        subDir?: string[];
    }
    Index

    Properties

    Properties

    Current project config.

    Instance used to work with paths and files.

    date?: Date

    Used for the timestamp.

    subDir?: string[]

    Subdirectories used for the path to write the log file.