view src/typings.d.ts @ 321:89208e8af8cc

Load only pYin
author Lucas Thompson <dev@lucas.im>
date Tue, 16 May 2017 00:28:27 +0100
parents 53ea6406d601
children
line wrap: on
line source
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
  id: string;
}