view src/typings.d.ts @ 420:8a866ee7c75f

web-animations polyfill
author Lucas Thompson <dev@lucas.im>
date Tue, 06 Jun 2017 16:04:51 +0100
parents 53ea6406d601
children
line wrap: on
line source
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
  id: string;
}