Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
typings.d.ts 104 B
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
  id: string;
}