mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This commit serves as the frontend piece for the "public export" webapp feature. Fixes: #11930
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.