zulip/static/js/js_typings
Wyatt Hoodes f623540409 data export: Add UI to trigger data export.
This commit serves as the frontend piece for the "public export"
webapp feature.

Fixes: #11930
2019-08-12 18:21:38 -07:00
..
zulip data export: Add UI to trigger data export. 2019-08-12 18:21:38 -07:00
README.md typescript: Move TS files into JS directory. 2019-03-25 12:11:37 -07:00

README.md

The index.d.ts type definition in js_typings/zulip directory is to simply tell the TypeScript compiler about the existence of our untyped JavaScript modules. Please remove each module declaration when it is migrated to TS.