mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
This sidesteps tricky escaping issues, and will make it easier to build a strict Content-Security-Policy. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
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.