Skip to content
Snippets Groups Projects
Select Git revision
  • webserver
  • master default
  • patch-1
  • ES-GUI-WORK
  • ES-gui-work
  • GUI
  • dependabot/npm_and_yarn/minimist-1.2.6
  • web-components
  • ventosAPI
  • respiraworks_integration
  • web_components
  • v0.3T
12 results

README.md

Blame
  • typings.d.ts 131 B
    /* SystemJS module definition */
    declare var module: NodeModule;
    interface NodeModule {
        id: string;
    }
    
    declare module '*.json';