Mercurial > hg > ugly-duckling
view src/typings.d.ts @ 302:c6dd5752f7f7
Change to new StreamingResponse type.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Fri, 12 May 2017 01:40:21 +0100 |
parents | 53ea6406d601 |
children |
line wrap: on
line source
/* SystemJS module definition */ declare var module: NodeModule; interface NodeModule { id: string; }