@jspm/generator
    Preparing search index...

    Interface DeployOutput

    interface DeployOutput {
        packageUrl: `${string}/`;
        mapUrl: string;
        codeSnippet?: string;
    }
    Index

    Properties

    packageUrl: `${string}/`
    mapUrl: string
    codeSnippet?: string