Mercurial > hg > ugly-duckling
view src/typings.d.ts @ 303:dc415a620b15
Merge branch 'dev/tracks-shape' of github.com:cannam/ugly-duckling into dev/tracks-shape
=
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Fri, 12 May 2017 02:19:03 +0100 |
parents | 53ea6406d601 |
children |
line wrap: on
line source
/* SystemJS module definition */ declare var module: NodeModule; interface NodeModule { id: string; }