view src/typings.d.ts @ 482:f3a8e2284a87

Remove console log and tighten object member check.
author Lucas Thompson <dev@lucas.im>
date Fri, 21 Jul 2017 17:12:11 +0100
parents 53ea6406d601
children
line wrap: on
line source
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
  id: string;
}