@jspm/generator
    Preparing search index...

    Interface ExactModule

    ExactModule pins down an exact version of a module in a package that can be served by a PackageProvider.

    interface ExactModule {
        pkg: ExactPackage;
        subpath: `./${string}`;
        source: PackageProvider;
    }
    Index

    Properties

    Properties

    subpath: `./${string}`