Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/environment

Index

Type aliases

KeyLoadingGraphStore

KeyLoadingGraphStore: { libraries: {}; using: {} }

Type declaration

  • libraries: {}
    • [key: string]: string
  • using: {}
    • [key: string]: string

Functions

createObservableFromFetch

  • createObservableFromFetch(request: any, extractFct?: (d: any) => any): any
  • Parameters

    • request: any
    • extractFct: (d: any) => any = ...
        • (d: any): any
        • Parameters

          • d: any

          Returns any

    Returns any

Generated using TypeDoc