zulip/static/js/js_typings
Yashashvi Dave 3649a9f15c subs: Add `stream_ui_updates.js` module for managing ui elements.
This commit adds `stream_ui_updates.js` module. This module
will includes functions which will update different ui elements
(i.e. subscription button, subscriber count).
2019-04-30 14:36:52 -07:00
..
zulip subs: Add `stream_ui_updates.js` module for managing ui elements. 2019-04-30 14:36:52 -07:00
README.md

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.