Mercurial > hg > ugly-duckling
view src/typings.d.ts @ 489:ab43880f1cd5
Rename to something a bit more appropriate.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Wed, 05 Jul 2017 18:52:12 +0100 |
parents | 53ea6406d601 |
children |
line wrap: on
line source
/* SystemJS module definition */ declare var module: NodeModule; interface NodeModule { id: string; }