typings.d.ts 104 Bytes Raw Blame History Permalink 1 2 3 4 5 /* SystemJS module definition */ declare var module: NodeModule; interface NodeModule { id: string; }