setup: { apiVersion: string; assetId: string; developerDocumentation: string; exportedSymbols: { @youwol/cdn-client: { apiKey: string; exportedSymbol: string }; @youwol/flux-view: { apiKey: string; exportedSymbol: string }; codemirror: { apiKey: string; exportedSymbol: string }; rxjs: { apiKey: string; exportedSymbol: string }; typescript: { apiKey: string; exportedSymbol: string } }; externals: { @youwol/cdn-client: { commonjs: string; commonjs2: string; root: string }; @youwol/flux-view: { commonjs: string; commonjs2: string; root: string }; codemirror: { commonjs: string; commonjs2: string; root: string }; rxjs: { commonjs: string; commonjs2: string; root: string }; rxjs/operators: { commonjs: string; commonjs2: string; root: string[] }; typescript: { commonjs: string; commonjs2: string; root: string } }; getDependencySymbolExported: ((module: string) => string); name: string; npmPackage: string; runTimeDependencies: { differed: {}; includedInBundle: string[]; load: { @typescript/vfs: string; @youwol/cdn-client: string; @youwol/flux-view: string; codemirror: string; rxjs: string; typescript: string } }; shortDescription: string; sourceGithub: string; userGuide: string; version: string } = ...

Type declaration

  • apiVersion: string
  • assetId: string
  • developerDocumentation: string
  • exportedSymbols: { @youwol/cdn-client: { apiKey: string; exportedSymbol: string }; @youwol/flux-view: { apiKey: string; exportedSymbol: string }; codemirror: { apiKey: string; exportedSymbol: string }; rxjs: { apiKey: string; exportedSymbol: string }; typescript: { apiKey: string; exportedSymbol: string } }
    • @youwol/cdn-client: { apiKey: string; exportedSymbol: string }
      • apiKey: string
      • exportedSymbol: string
    • @youwol/flux-view: { apiKey: string; exportedSymbol: string }
      • apiKey: string
      • exportedSymbol: string
    • codemirror: { apiKey: string; exportedSymbol: string }
      • apiKey: string
      • exportedSymbol: string
    • rxjs: { apiKey: string; exportedSymbol: string }
      • apiKey: string
      • exportedSymbol: string
    • typescript: { apiKey: string; exportedSymbol: string }
      • apiKey: string
      • exportedSymbol: string
  • externals: { @youwol/cdn-client: { commonjs: string; commonjs2: string; root: string }; @youwol/flux-view: { commonjs: string; commonjs2: string; root: string }; codemirror: { commonjs: string; commonjs2: string; root: string }; rxjs: { commonjs: string; commonjs2: string; root: string }; rxjs/operators: { commonjs: string; commonjs2: string; root: string[] }; typescript: { commonjs: string; commonjs2: string; root: string } }
    • @youwol/cdn-client: { commonjs: string; commonjs2: string; root: string }
      • commonjs: string
      • commonjs2: string
      • root: string
    • @youwol/flux-view: { commonjs: string; commonjs2: string; root: string }
      • commonjs: string
      • commonjs2: string
      • root: string
    • codemirror: { commonjs: string; commonjs2: string; root: string }
      • commonjs: string
      • commonjs2: string
      • root: string
    • rxjs: { commonjs: string; commonjs2: string; root: string }
      • commonjs: string
      • commonjs2: string
      • root: string
    • rxjs/operators: { commonjs: string; commonjs2: string; root: string[] }
      • commonjs: string
      • commonjs2: string
      • root: string[]
    • typescript: { commonjs: string; commonjs2: string; root: string }
      • commonjs: string
      • commonjs2: string
      • root: string
  • getDependencySymbolExported: ((module: string) => string)
      • (module: string): string
      • Parameters

        • module: string

        Returns string

  • name: string
  • npmPackage: string
  • runTimeDependencies: { differed: {}; includedInBundle: string[]; load: { @typescript/vfs: string; @youwol/cdn-client: string; @youwol/flux-view: string; codemirror: string; rxjs: string; typescript: string } }
    • differed: {}
      • includedInBundle: string[]
      • load: { @typescript/vfs: string; @youwol/cdn-client: string; @youwol/flux-view: string; codemirror: string; rxjs: string; typescript: string }
        • @typescript/vfs: string
        • @youwol/cdn-client: string
        • @youwol/flux-view: string
        • codemirror: string
        • rxjs: string
        • typescript: string
    • shortDescription: string
    • sourceGithub: string
    • userGuide: string
    • version: string

    Generated using TypeDoc