Mercurial > hg > ugly-duckling
view src/typings.d.ts @ 478:6d26e3d74713
Merge pull request #45 from LucasThompson/feature/undo-redo
Goodies
author | Lucas Thompson <LucasThompson@users.noreply.github.com> |
---|---|
date | Fri, 30 Jun 2017 16:29:56 +0100 |
parents | 53ea6406d601 |
children |
line wrap: on
line source
/* SystemJS module definition */ declare var module: NodeModule; interface NodeModule { id: string; }