Mercurial > hg > ugly-duckling
view src/typings.d.ts @ 466:8820a133bcf5
Don't save progress changes etc to the state history.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Fri, 30 Jun 2017 14:50:00 +0100 |
parents | 53ea6406d601 |
children |
line wrap: on
line source
/* SystemJS module definition */ declare var module: NodeModule; interface NodeModule { id: string; }