NPM Build Utilities @ 0.1.3
    Preparing search index...

    Type Alias All

    An object with an instance of each stage's args.

    Those that are optional only have abstract classes included in this package (test, document).

    0.1.0-alpha

    type All = {
        build: Stage.Args.Build;
        compile: Stage.Args.Compile;
        document: Stage.Args.Document;
        package: Stage.Args.Package;
        release: Stage.Args.Release;
        snapshot: Stage.Args.Snapshot;
        test: Stage.Args.Test;
    }
    Index

    Properties

    compile: Stage.Args.Compile
    document: Stage.Args.Document
    package: Stage.Args.Package
    release: Stage.Args.Release
    snapshot: Stage.Args.Snapshot