NPM Build Utilities @ 0.1.3
    Preparing search index...

    Interface Package

    The required shape for a package stage.

    PackageStage.ARGS_DEFAULT For defaults.

    0.1.0-alpha

    interface Package {
        utils: { compiler?: Stage_Compiler; fs?: FileSystem };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    utils: { compiler?: Stage_Compiler; fs?: FileSystem }

    Optional class instances to use.