@jspm/generator
    Preparing search index...

    Interface ExactPackage

    ExactPackage pins down an exact version of a package on an external registry, such as npm or deno.

    interface ExactPackage {
        name: string;
        registry: string;
        version: string;
    }
    Index

    Properties

    Properties

    name: string
    registry: string
    version: string