view src/typings.d.ts @ 330:cc8a1e08dd2d

Resurrect a rewind button for now.
author Lucas Thompson <dev@lucas.im>
date Wed, 17 May 2017 14:08:11 +0100
parents 53ea6406d601
children
line wrap: on
line source
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
  id: string;
}